|
|
|
@ -220,7 +220,7 @@ RecordVersion,OutWorkOrderFlag,ProjectID,OrderType,AuthRuleID,bu) |
|
|
|
<select id="searchNotifyMaterialList" resultType="SOIssueNotifyOrderMaterialListData"> |
|
|
|
select a.NotifyNo,a.Site,a.ItemNo,a.BOMItemNo,a.ComponentPartNo,a.QtyToIssue,a.QtyToIssue_Original |
|
|
|
,b.FGPartNo,b.OpsItemNo,b.SOOrderNo orderNo,b.SeqNo, dbo.Get_PartDesc(a.site,a.ComponentPartNo) partDesc |
|
|
|
,b.locationNo,a.issueType,b.needDate |
|
|
|
,b.locationNo,a.issueType,b.needDate,a.remark |
|
|
|
from SOIssueNotifyOrderMaterialList a |
|
|
|
left join SOIssueNotifyOrderList b on a.site=b.site and a.NotifyNo=b.NotifyNo and a.ItemNo=b.ItemNo |
|
|
|
where a.NotifyNo=#{notifyNo} and a.site=#{site} |
|
|
|
|