|
|
@ -441,8 +441,7 @@ namespace ICSSoft.DataProject |
|
|
|
left join ICSInventoryLot B on A.LotNO=B.LotNO and a.WorkPoint=b.WorkPoint |
|
|
|
left join ICSWareHouseLotInfo C ON A.LotNO=C.LotNO and a.WorkPoint=c.WorkPoint |
|
|
|
left join ICSInventory D on b.INVCODE=d.INVCODE and b.WorkPoint=d.WorkPoint |
|
|
|
where a.BusinessCode ='105' |
|
|
|
and A.lotno like'{0}%' and a.workpoint='{1}' |
|
|
|
where A.lotno like'{0}%' and a.workpoint='{1}' |
|
|
|
";
|
|
|
|
sql = string.Format(sql, LotNo, WorkPoint); |
|
|
|
dtLotno = DBHelper.SQlReturnData(sql, cmd); |
|
|
|