装修阶段
This commit is contained in:
@@ -72,6 +72,7 @@
|
||||
<if test="request.businessLeaderMobile != null">business_leader_mobile,</if>
|
||||
<if test="request.financialManagerName != null">financial_manager_name,</if>
|
||||
<if test="request.financialManagerMobile != null">financial_manager_mobile,</if>
|
||||
<if test="request.businessLicense != null">business_license,</if>
|
||||
</trim>
|
||||
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
||||
<if test="request.auditId != null">#{request.auditId},</if>
|
||||
@@ -103,6 +104,7 @@
|
||||
<if test="request.businessLeaderMobile != null">#{request.businessLeaderMobile},</if>
|
||||
<if test="request.financialManagerName != null">#{request.financialManagerName},</if>
|
||||
<if test="request.financialManagerMobile != null">#{request.financialManagerMobile},</if>
|
||||
<if test="request.businessLicense != null">#{request.businessLicense},</if>
|
||||
</trim>
|
||||
ON DUPLICATE KEY UPDATE
|
||||
<trim suffixOverrides=",">
|
||||
@@ -135,6 +137,7 @@
|
||||
<if test="request.businessLeaderMobile != null">business_leader_mobile = #{request.businessLeaderMobile},</if>
|
||||
<if test="request.financialManagerName != null">financial_manager_name = #{request.financialManagerName},</if>
|
||||
<if test="request.financialManagerMobile != null">financial_manager_mobile = #{request.financialManagerMobile},</if>
|
||||
<if test="request.businessLicense != null">business_license = #{request.businessLicense},</if>
|
||||
</trim>
|
||||
</insert>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user