|
|
@@ -142,7 +142,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="groupId != null ">group_id,</if>
|
|
|
<if test="deposit !=null ">deposit,</if>
|
|
|
<if test="serviceTariff !=null ">service_tariff,</if>
|
|
|
- <if test="payLimitTime=null">pay_limit_time,</if>
|
|
|
+ <if test="payTimeLimit!=null">pay_limit_time,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="id != null">#{id},</if>
|
|
|
@@ -188,7 +188,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="groupId != null ">#{groupId},</if>
|
|
|
<if test="deposit !=null ">#{deposit},</if>
|
|
|
<if test="serviceTariff !=null ">#{serviceTariff},</if>
|
|
|
- <if test="payLimitTime=null">#{payLimitTime},</if>
|
|
|
+ <if test="payTimeLimit!=null">#{payTimeLimit},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
|
@@ -223,7 +223,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="groupId != null ">group_id,</if>
|
|
|
<if test="deposit !=null ">deposit,</if>
|
|
|
<if test="serviceTariff !=null ">service_tariff,</if>
|
|
|
- <if test="payLimitTime=null">pay_limit_time,</if>
|
|
|
+ <if test="payTimeLimit!=null">pay_time_limit,</if>
|
|
|
</trim>
|
|
|
<trim prefix="values (" suffix=")" suffixOverrides=",">
|
|
|
<if test="goodsId != null">#{goodsId},</if>
|
|
|
@@ -254,7 +254,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="groupId != null ">#{groupId},</if>
|
|
|
<if test="deposit !=null ">#{deposit},</if>
|
|
|
<if test="serviceTariff !=null ">#{serviceTariff},</if>
|
|
|
- <if test="payLimitTime=null">#{payLimitTime},</if>
|
|
|
+ <if test="payTimeLimit!=null">#{payTimeLimit},</if>
|
|
|
</trim>
|
|
|
</insert>
|
|
|
|
|
|
@@ -304,7 +304,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="groupId != null ">group_id = #{groupId},</if>
|
|
|
<if test="deposit !=null ">deposit=#{deposit},</if>
|
|
|
<if test="serviceTariff !=null ">service_tariff=#{serviceTariff},</if>
|
|
|
- <if test="payLimitTime=null">pay_limit_time=#{payLimitTime},</if>
|
|
|
+ <if test="payTimeLimit!=null">pay_time_limit=#{payTimeLimit},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|
|
|
@@ -353,7 +353,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="groupId != null ">group_id = #{groupId},</if>
|
|
|
<if test="deposit !=null ">deposit=#{deposit},</if>
|
|
|
<if test="serviceTariff !=null ">service_tariff=#{serviceTariff},</if>
|
|
|
- <if test="payLimitTime=null">pay_limit_time=#{payLimitTime},</if>
|
|
|
+ <if test="payTimeLimit!=null">pay_time_limit=#{payTimeLimit},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|
|
|
@@ -433,7 +433,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
<if test="groupId != null ">group_id = #{groupId},</if>
|
|
|
<if test="deposit !=null ">deposit=#{deposit},</if>
|
|
|
<if test="serviceTariff !=null ">service_tariff=#{serviceTariff},</if>
|
|
|
- <if test="payLimitTime=null">pay_limit_time=#{payLimitTime},</if>
|
|
|
+ <if test="payTimeLimit!=null">pay_time_limit=#{payTimeLimit},</if>
|
|
|
</trim>
|
|
|
where id = #{id}
|
|
|
</update>
|