|
|
@@ -258,7 +258,7 @@
|
|
|
<if test="settlementTime != null">
|
|
|
settlement_time = #{settlementTime},
|
|
|
</if>
|
|
|
- <if test="contractPictureUrl != null and contractPictureUrl != ''">
|
|
|
+ <if test="contractPictureUrl != null ">
|
|
|
contract_picture_url = #{contractPictureUrl},
|
|
|
</if>
|
|
|
<if test="contractNo != null and contractNo != ''">
|
|
|
@@ -309,13 +309,13 @@
|
|
|
<if test="backStatus != null">
|
|
|
back_status = #{backStatus},
|
|
|
</if>
|
|
|
- <if test="agreementUrl != null and agreementUrl != ''">
|
|
|
+ <if test="agreementUrl != null ">
|
|
|
agreement_url = #{agreementUrl},
|
|
|
</if>
|
|
|
<if test="newUser != null">
|
|
|
new_user = #{newUser},
|
|
|
</if>
|
|
|
- <if test="serviceContent != null and serviceContent != ''">
|
|
|
+ <if test="serviceContent != null ">
|
|
|
service_content = #{serviceContent},
|
|
|
</if>
|
|
|
<if test="salesType != null">
|