|
|
@ -217,10 +217,13 @@ |
|
|
,act_reply_date = #{actReplyDate} |
|
|
,act_reply_date = #{actReplyDate} |
|
|
</if> |
|
|
</if> |
|
|
where order_no = #{orderNo} |
|
|
where order_no = #{orderNo} |
|
|
and site = #{site} and item_no = #{itemNo} |
|
|
|
|
|
|
|
|
|
|
|
<if test="partNo != null and partNo != ''"> |
|
|
<if test="partNo != null and partNo != ''"> |
|
|
and part_no = #{partNo} |
|
|
and part_no = #{partNo} |
|
|
</if> |
|
|
</if> |
|
|
|
|
|
<if test="itemNo != null and itemNo != ''"> |
|
|
|
|
|
and item_no = #{itemNo} |
|
|
|
|
|
</if> |
|
|
|
|
|
|
|
|
</update> |
|
|
</update> |
|
|
|
|
|
|
|
|
|