Przeglądaj źródła

Merge branch 'master' of https://git.steerinfo.com/DAL-DAZHOU1/DAL-TMS-TRUCK-API

luobang 2 lat temu
rodzic
commit
748239b629

+ 1 - 1
src/main/resources/com/steerinfo/dil/mapper/TmstruckLeaveFactoryResultMapper.xml

@@ -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>