|
|
@ -323,9 +323,11 @@ |
|
|
dbo.Get_PartDesc(a.site,a.FGPartNo) partDesc, |
|
|
dbo.Get_PartDesc(a.site,a.FGPartNo) partDesc, |
|
|
a.resourceId, |
|
|
a.resourceId, |
|
|
a.aps_resource_total, |
|
|
a.aps_resource_total, |
|
|
a.not_yet_started_resource_total |
|
|
|
|
|
|
|
|
a.not_yet_started_resource_total, |
|
|
|
|
|
so.out_batchNo as outBatchNo |
|
|
from SOIssueNotifyOrderList a |
|
|
from SOIssueNotifyOrderList a |
|
|
left join SORouting b on a.site=b.site and a.SOOrderNo=b.OrderNo and a.OpsItemNo=b.ItemNo |
|
|
left join SORouting b on a.site=b.site and a.SOOrderNo=b.OrderNo and a.OpsItemNo=b.ItemNo |
|
|
|
|
|
left join ShopOrder so on a.site=so.site and a.SOOrderNo=so.OrderNo |
|
|
where a.site=#{site} and a.NotifyNo=#{notifyNo} |
|
|
where a.site=#{site} and a.NotifyNo=#{notifyNo} |
|
|
order by a.ItemNo |
|
|
order by a.ItemNo |
|
|
</select> |
|
|
</select> |
|
|
|