优化优化
@ -231,7 +231,7 @@
<if test = "query.status != null and query.status != ''">
AND a.status = #{query.status}
</if>
ORDER BY a.OrderNo, pr.RollNo
ORDER BY a.OrderNo, pr.RollID
</select>
<select id="getMaxLineNo" resultType="java.lang.Integer">
@ -5,7 +5,7 @@
<!-- 获取生产待入库列表 -->
<select id="getQualifiedInboundList" resultType="map">
select
select top 30
sh.site,
sh.bu_no as buNo,
sh.OrderNo as inboundNo,