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