fix: 出库规则(数量最少、先进先出、货位号)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user