@@ -1359,7 +1359,7 @@
<update id="changeNumber">
update OMSTRUCK_ORDER oo
- set oo.PRINTNUMBER=1
+ set oo.PRINTNUMBER=1,oo.PRINTDATE=sysdate
where oo.ORDER_NUMBER=#{orderNumber} and OO.ORDER_STATUS=5
</update>