入库管理导入bug修改

This commit is contained in:
秦鸿展
2026-01-24 15:45:58 +08:00
parent fea66b5e28
commit 31dae7ecf6
7 changed files with 314 additions and 43 deletions
@@ -376,6 +376,6 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<where>
<include refid="selectStockInOrderPo1"/>
</where>
ORDER BY a.create_time DESC
ORDER BY a.create_time IS NULL, a.create_time DESC
</select>
</mapper>