入库出库作业单调整

This commit is contained in:
秦鸿展
2026-04-27 09:47:32 +08:00
parent 4767cf986b
commit a76e9c4367
18 changed files with 553 additions and 185 deletions
@@ -93,7 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<include refid="selectStockInTaskOrderPo1"/>
</where>
-- 创建时间为空的排最后
order by a.create_time is null, a.create_time desc
-- 先按照作业时间来排序,创建时间为空的排最后
order by a.operators_end_time desc, a.create_time is null, a.create_time desc
</select>
</mapper>