|
|
@ -125,7 +125,8 @@ |
|
|
UPDATE outbound_notification_head |
|
|
UPDATE outbound_notification_head |
|
|
SET order_status = #{orderStatus}, |
|
|
SET order_status = #{orderStatus}, |
|
|
assigned_by = #{assignedBy}, |
|
|
assigned_by = #{assignedBy}, |
|
|
assigned_date = GETDATE() |
|
|
|
|
|
|
|
|
assigned_date = GETDATE(), |
|
|
|
|
|
close_flag = 'N' |
|
|
WHERE site = #{site} AND bu_no = #{buNo} AND order_no = #{orderNo} |
|
|
WHERE site = #{site} AND bu_no = #{buNo} AND order_no = #{orderNo} |
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
|