fix(oms):出库执行修改

This commit is contained in:
zhaoqing
2026-07-21 19:08:43 +08:00
parent b825f1a789
commit f2216adb06
3 changed files with 29 additions and 10 deletions
@@ -475,4 +475,9 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
update "NGWL_TEST_WMS".out_material_detail set DEL_FLAG = 2 where DEL_FLAG = 1 and out_order_number = #{outOrderNumber}
</update>
<select id="countByOrderNumberPrefix" resultType="java.lang.Integer" parameterType="java.lang.String">
SELECT COUNT(1)
FROM execution_stock_out_order
WHERE out_order_number LIKE concat(#{prefix}, '%')
</select>
</mapper>