This commit is contained in:
clunt 2022-05-17 21:44:49 +08:00
parent 90b45a05bc
commit acfca23160
1 changed files with 1 additions and 3 deletions

View File

@ -80,7 +80,7 @@
<if test="discountMoney != null and discountMoney != ''">discount_money = #{discountMoney},</if>
<if test="payType != null and payType != ''">pay_type = #{payType},</if>
<if test="payStatus != null and payStatus != ''">pay_status = #{payStatus},</if>
<if test="payTime != null and payTime != ''">pay_time = #{payTime},</if>
<if test="payTime != null">pay_time = #{payTime},</if>
<if test="payMoney != null and payMoney != ''">pay_money = #{payMoney},</if>
<if test="updateBy != null and updateBy != ''">update_by = #{updateBy},</if>
update_time = SYSDATE()
@ -96,7 +96,6 @@
<if test="discountMoney != null and discountMoney != ''">discount_money,</if>
<if test="payType != null and payType != ''">pay_type,</if>
<if test="payStatus != null and payStatus != ''">pay_status,</if>
<if test="payTime != null and payTime != ''">pay_time,</if>
<if test="payMoney != null and payMoney != ''">pay_money,</if>
<if test="createBy != null and createBy != ''">create_by,</if>
create_time
@ -107,7 +106,6 @@
<if test="discountMoney != null and discountMoney != ''">#{discountMoney},</if>
<if test="payType != null and payType != ''">#{payType},</if>
<if test="payStatus != null and payStatus != ''">#{payStatus},</if>
<if test="payTime != null and payTime != ''">#{payTime},</if>
<if test="payMoney != null and payMoney != ''">#{payMoney},</if>
<if test="createBy != null and createBy != ''">#{createBy},</if>
SYSDATE()