Jelajahi Sumber

保证金订单check

hr~ 3 minggu lalu
induk
melakukan
16d95bf29e
1 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 4 4
      lot/src/main/resources/mapper/LotMapper.xml

+ 4 - 4
lot/src/main/resources/mapper/LotMapper.xml

@@ -378,8 +378,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="privateDomain != null">private_domain = #{privateDomain},</if>
             <if test="1==1">delay_publish = #{delayPublish},</if>
             <if test="groupId != null ">group_id = #{groupId},</if>
-            <if test="deposit !=null ">deposit=#{deposit},</if>
-            <if test="serviceTariff !=null ">service_tariff=#{serviceTariff},</if>
+            deposit=#{deposit},
+            service_tariff=#{serviceTariff},
             <if test="payTimeLimit!=null">pay_time_limit=#{payTimeLimit},</if>
         </trim>
         where id = #{id}
@@ -458,8 +458,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
             <if test="privateDomain != null">private_domain = #{privateDomain},</if>
             <if test="1 == 1">delay_publish = #{delayPublish},</if>
             <if test="groupId != null ">group_id = #{groupId},</if>
-            <if test="deposit !=null ">deposit=#{deposit},</if>
-            <if test="serviceTariff !=null ">service_tariff=#{serviceTariff},</if>
+            deposit=#{deposit},
+            service_tariff=#{serviceTariff},
             <if test="payTimeLimit!=null">pay_time_limit=#{payTimeLimit},</if>
         </trim>
         where id = #{id}