|
@@ -1383,7 +1383,9 @@
|
|
|
|
|
|
<update id="changeNumber">
|
|
<update id="changeNumber">
|
|
update OMSTRUCK_ORDER oo
|
|
update OMSTRUCK_ORDER oo
|
|
- set oo.PRINTNUMBER= nvl(oo.PRINTNUMBER,0) + 1,oo.PRINTDATE=sysdate
|
|
|
|
|
|
+ set oo.PRINTNUMBER= nvl(oo.PRINTNUMBER,0) + 1,
|
|
|
|
+ oo.PRINTDATE=sysdate,
|
|
|
|
+ oo.INSERT_UPDATE_REMARK = '修改送货单打印次数'
|
|
where oo.ORDER_NUMBER=#{orderNumber} and OO.ORDER_STATUS=5
|
|
where oo.ORDER_NUMBER=#{orderNumber} and OO.ORDER_STATUS=5
|
|
</update>
|
|
</update>
|
|
|
|
|