配送明细同步wms

This commit is contained in:
王奎兴
2026-06-01 16:38:24 +08:00
parent c298f1feb1
commit c72df01037
16 changed files with 522 additions and 0 deletions
@@ -550,4 +550,8 @@
update "NGWL_TEST_WLHY".TMS_TRANSPORT_NOTE set WAYBILL_STATUS =12 where TRANSPORTATION_NUMBER = #{transportationNumber}
</update>
<update id="updateWmsOut">
update "NGWL_TEST_WMS".stock_in_order set return_quantity = #{quantity} where in_order_number = #{orderNumber}
</update>
</mapper>