Browse Source

2026-08-19

实时库存管理查询优化
master
fengyuan_yang 1 month ago
parent
commit
97bd19565f
  1. 2
      src/main/resources/mapper/wms/WmsPrintMapper.xml

2
src/main/resources/mapper/wms/WmsPrintMapper.xml

@ -260,7 +260,7 @@
and a.batch_no like '%'+ #{query.batchNo}+'%'
</if>
</where>
order by a.first_in_date
order by a.first_in_date, a.site, a.bu_no, a.roll_no
</select>
<!-- 查询物料有效期信息 -->

Loading…
Cancel
Save