|
|
@ -2210,7 +2210,7 @@ a.ExtensionID |
|
|
|
LEFT JOIN ICSContainerLot conlot ON a.LotNo=conlot.LotNo AND a.WorkPoint=conlot.WorkPoint |
|
|
|
LEFT JOIN ICSContainer con ON conlot.ContainerID=con.ID AND conlot.WorkPoint=con.WorkPoint |
|
|
|
INNER JOIN ICSInventory inv ON a.InvCode=inv.InvCode AND a.WorkPoint=inv.WorkPoint |
|
|
|
WHERE a.WorkPoint=''{3}'' ' + @wheresql + @groupsql+' order by a.LocationCode,a.InvCode |
|
|
|
WHERE a.WorkPoint=''{3}'' ' + @wheresql + @groupsql+' order by a.LocationCode,a.InvCode ' |
|
|
|
END |
|
|
|
|
|
|
|
exec(@b) |
|
|
|