|
|
|
@ -867,7 +867,7 @@ |
|
|
|
<select id="getSfdcList" resultType="com.heai.modules.production.entity.SfdcCancel"> |
|
|
|
select a.site,a.OrderNo,a.ItemNo ,a.SeqNo,a.WorkCenterNo,a.ReportDate,a.OperatorID,a.ReportQty,a.ApproveQty,a.ReportedManfTime,a.StatisticDate, |
|
|
|
a.AssJobSeqNo,a.Scheduled_ResourceId ResourceID,b.S_ShiftNo ShiftNo,b.partNo,dbo.Get_ItemDesc(a.site,a.OrderNo,a.ItemNo) operation_desc,c.OperatorName,b.S_ShiftNo ShiftDesc,e.ResourceDesc,Reverseflag |
|
|
|
,a.reportWeight,a.approveWeight,a.moldQty |
|
|
|
,a.reportWeight,a.approveWeight,a.moldQty,a.stopTime |
|
|
|
from sfdc a LEFT JOIN SOScheduledRouting b on a.Site=b.Site and a.AssJobSeqNo=b.SeqNo |
|
|
|
left join Operator c on a.site=c.site and a.OperatorID=c.OperatorID |
|
|
|
left join WorkCenterResource e on a.Site=e.Site and a.Scheduled_ResourceId =e.ResourceID and a.WorkCenterNo=e.WorkCenterNo |
|
|
|
|