Browse Source

被驳回订单删除合同,协议,服务内容无法删除最后一张BUG修改

anderx 4 months ago
parent
commit
ef6961855d
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

+ 3 - 3
src/main/java/com/goafanti/common/mapper/TOrderNewMapper.xml

@@ -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">