|
@@ -60,9 +60,9 @@
|
|
|
|
|
|
<if test="payPayAgentbranch.remarks != null"> remarks = #{payPayAgentbranch.remarks,jdbcType = VARCHAR},</if>
|
|
|
<if test="payPayAgentbranch.updateBy != null"> update_by = #{payPayAgentbranch.updateBy,jdbcType = BIGINT},</if>
|
|
|
- <if test="payPayAgentbranch.updateDate != null"> update_date = #{payPayAgentbranch.updateDate,jdbcType=TIMESTAMP}</if>
|
|
|
- <if test="payPayAgentbranch.companyOrgId != null"> company_org_id = #{payPayAgentbranch.companyOrgId}</if>
|
|
|
- <if test="payPayAgentbranch.deptOrgId != -1"> dept_org_id = #{payPayAgentbranch.deptOrgId}</if>
|
|
|
+ <if test="payPayAgentbranch.updateDate != null"> update_date = #{payPayAgentbranch.updateDate,jdbcType=TIMESTAMP},</if>
|
|
|
+ <if test="payPayAgentbranch.companyOrgId != null"> company_org_id = #{payPayAgentbranch.companyOrgId},</if>
|
|
|
+ <if test="payPayAgentbranch.deptOrgId != -1"> dept_org_id = #{payPayAgentbranch.deptOrgId},</if>
|
|
|
|
|
|
</set>
|
|
|
where
|