Browse Source

pda查询修改

master
shenzhouyu 2 months ago
parent
commit
56b1ee2bcd
  1. 2
      src/main/resources/mapper/production/ProductionIssueMapper.xml

2
src/main/resources/mapper/production/ProductionIssueMapper.xml

@ -298,7 +298,7 @@
b.item_no,b.fgpart_no,b.soorder_no,b.ops_item_no,b.seq_no,b.issure_qty,b.location_no,FORMAT(b.need_date ,'yyyy-MM-dd') as needDate,b.release_no,b.sequence_no
from SOIssueNotifyOrderList b
left join SOIssueNotifyHeader a on a.notify_no=b.notify_no and a.site=b.site
where a.site=#{site} and a.status='ISSUE' and b.soorder_no=#{notifyNo} and (b.order_type is null or b.order_type='shoporder')
where a.site=#{site} and a.status='ISSUE' and b.soorder_no=#{notifyNo} and (a.order_type is null or a.order_type='shoporder')
order by a.entered_date desc
</select>
<select id="getIssueNotifyOrderMaterialListByOne" resultType="SOIssueNotifyOrderMaterialList">

Loading…
Cancel
Save