1
This commit is contained in:
parent
1cf4ce82d9
commit
652b594a29
|
|
@ -193,7 +193,7 @@
|
|||
<update id="batchUpdateAppTask" parameterType="java.util.List">
|
||||
<foreach collection="list" item="appTask" separator=";">
|
||||
update app_task
|
||||
<trim prefix="SET" suffixOverrides=",">
|
||||
<set>
|
||||
<if test="appTask.taskType != null">task_type = #{appTask.taskType},</if>
|
||||
<if test="appTask.taskStatus != null">task_status = #{appTask.taskStatus},</if>
|
||||
<if test="appTask.taskPriority != null">task_priority = #{appTask.taskPriority},</if>
|
||||
|
|
@ -202,18 +202,13 @@
|
|||
<if test="appTask.destination != null">destination = #{appTask.destination},</if>
|
||||
<if test="appTask.wcsTaskId != null">wcs_task_id = #{appTask.wcsTaskId},</if>
|
||||
<if test="appTask.createTime != null">create_time = #{appTask.createTime},</if>
|
||||
<if test="appTask.finishTime != null">finish_time = #{appTask.finishTime},</if>
|
||||
<if test="appTask.goodsId != null">goods_id = #{appTask.goodsId},</if>
|
||||
<if test="appTask.opNum != null">op_num = #{appTask.opNum},</if>
|
||||
<if test="appTask.stockNum != null">stock_num = #{appTask.stockNum},</if>
|
||||
<if test="appTask.opUser != null">op_user = #{appTask.opUser},</if>
|
||||
<if test="appTask.preTask != null">pre_task = #{appTask.preTask},</if>
|
||||
<if test="appTask.remark != null">remark = #{appTask.remark},</if>
|
||||
<if test="appTask.locationId != null">location_id = #{appTask.locationId},</if>
|
||||
<if test="appTask.ckType != null">ck_type = #{appTask.ckType},</if>
|
||||
<if test="appTask.stockId != null">stock_id = #{appTask.stockId},</if>
|
||||
<if test="appTask.orderId != null">order_id = #{appTask.orderId},</if>
|
||||
</trim>
|
||||
</set>
|
||||
where task_id = #{appTask.taskId}
|
||||
</foreach>
|
||||
</update>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user