实时库存管理查询优化
@ -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>
<!-- 查询物料有效期信息 -->