|
|
@ -133,7 +133,7 @@ LEFT JOIN {1}.dbo.[RdRecords01] b With(NoLock) ON a.RCVDetailID=b.Autoid |
|
|
|
WHERE a.WorkPoint='{0}' and b.Autoid IS NULL AND LEN(a.RCVDetailID)>0 |
|
|
|
|
|
|
|
DELETE ICSPurchaseReceive |
|
|
|
WHERE WorkPoint='{0}' and RCVDetailID IN ( SELECT PODetailID from #tableICSPurchaseReceive) |
|
|
|
WHERE WorkPoint='{0}' and RCVDetailID IN ( SELECT RCVDetailID from #tableICSPurchaseReceive) |
|
|
|
|
|
|
|
";
|
|
|
|
Dictionary<string, string> values = new Dictionary<string, string>(); |
|
|
|