fix: 出库规则(数量最少、先进先出、货位号)

This commit is contained in:
2023-10-27 16:21:44 +08:00
parent 8249664844
commit 84abe5b172

View File

@@ -19,7 +19,7 @@
<foreach collection="regionCode" item="code" separator="," open="(" close=")">
#{code}
</foreach>
ORDER BY vg.is_full, p.update_time, p.out_order_seq
ORDER BY vg.is_full, vg.material_qty, p.update_time, p.out_order_seq
</select>
<select id="findPointForFJSK" resultType="org.nl.wms.sch.point.service.dao.SchBasePoint">
SELECT