|
|
|
@ -298,8 +298,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
<update id="updateOrder">
|
|
|
|
|
update pro_order
|
|
|
|
|
<trim prefix="SET" suffixOverrides=",">
|
|
|
|
|
<if test="atrr1 != null and quantitySplit != null">quantity_split += #{atrr1},</if>
|
|
|
|
|
<if test="quantitySplit == null">quantity_split = #{atrr1},</if>
|
|
|
|
|
<if test="quantitySplit != null">quantity_split = #{quantitySplit},</if>
|
|
|
|
|
<if test="updateBy != null">update_by = #{updateBy},</if>
|
|
|
|
|
<if test="updateTime != null">update_time = #{updateTime},</if>
|
|
|
|
|
<if test="status != null">status = #{status},</if>
|
|
|
|
|