入库出库作业单调整

This commit is contained in:
秦鸿展
2026-04-24 15:41:54 +08:00
parent 7434307880
commit 0a116730ef
11 changed files with 299 additions and 131 deletions
@@ -93,6 +93,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<include refid="selectStockInTaskOrderPo1"/>
</where>
order by a.operators_end_time desc, a.create_time desc
-- 创建时间为空的排最后
order by a.create_time is null, a.create_time desc
</select>
</mapper>