소스 검색

保证金订单check

hr~ 3 주 전
부모
커밋
16d95bf29e
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  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}