oms修改;

This commit is contained in:
王奎兴
2026-04-15 18:29:06 +08:00
parent 0fac5143a7
commit ad310f2fc2
24 changed files with 749 additions and 43 deletions
@@ -148,4 +148,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</where>
order by a.create_time desc
</select>
<update id="updateOmsOrder" parameterType="java.lang.String">
update "NGWL_TEST_OMS".RESERVATION_STOCK_OUT_ORDER set ISSUE_STATUS = #{status} where OUT_ORDER_NUMBER = #{orderNumber}
</update>
</mapper>