上架回传后OMS入库单更新入库时间和入库数量

This commit is contained in:
zhou-hongcheng
2026-04-20 15:50:08 +08:00
parent 1b9521e5e5
commit 1f0f30923c
5 changed files with 6 additions and 6 deletions
@@ -126,6 +126,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<update id="updateOmsOrder">
update "NGWL_TEST_OMS".RESERVATION_STOCK_IN_ORDER set ISSUE_STATUS = #{status} where IN_ORDER_NUMBER = #{orderNumber}
update "NGWL_TEST_OMS".RESERVATION_STOCK_IN_ORDER set ISSUE_STATUS = #{status},quantity = #{shelvesQuantity}, where IN_ORDER_NUMBER = #{orderNumber}
</update>
</mapper>