Browse Source

2026-04-14

优化优化
master
fengyuan_yang 2 months ago
parent
commit
f5935676cb
  1. 2
      src/main/resources/mapper/inboundNotification/InboundNotificationDetailMapper.xml
  2. 2
      src/main/resources/mapper/productionReturn/ProductionReturnMapper.xml

2
src/main/resources/mapper/inboundNotification/InboundNotificationDetailMapper.xml

@ -231,7 +231,7 @@
<if test = "query.status != null and query.status != ''"> <if test = "query.status != null and query.status != ''">
AND a.status = #{query.status} AND a.status = #{query.status}
</if> </if>
ORDER BY a.OrderNo, pr.RollNo
ORDER BY a.OrderNo, pr.RollID
</select> </select>
<select id="getMaxLineNo" resultType="java.lang.Integer"> <select id="getMaxLineNo" resultType="java.lang.Integer">

2
src/main/resources/mapper/productionReturn/ProductionReturnMapper.xml

@ -5,7 +5,7 @@
<!-- 获取生产待入库列表 --> <!-- 获取生产待入库列表 -->
<select id="getQualifiedInboundList" resultType="map"> <select id="getQualifiedInboundList" resultType="map">
select
select top 30
sh.site, sh.site,
sh.bu_no as buNo, sh.bu_no as buNo,
sh.OrderNo as inboundNo, sh.OrderNo as inboundNo,

Loading…
Cancel
Save