Browse Source

修复版本不支持全部删除订单图片

anderx 1 year ago
parent
commit
a77e435d5f
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

@@ -578,7 +578,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 != ''">
@@ -629,13 +629,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">