feat(oms):出库预约单号

This commit is contained in:
zhaoqing
2026-07-21 17:57:35 +08:00
parent 30dd4abe43
commit 6177b70b34
5 changed files with 39 additions and 0 deletions
@@ -517,4 +517,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<result property="boxPalletNo" column="box_pallet_no"/>
</resultMap>
<select id="countByOrderNumberPrefix" resultType="java.lang.Integer" parameterType="java.lang.String">
SELECT COUNT(1)
FROM reserve_stock_out_order
WHERE out_order_number LIKE concat(#{prefix}, '%')
</select>
</mapper>