|
|
@ -1613,7 +1613,7 @@ left join (select b.TransCode,b.TransSequence,sum(isnull(Quantity,0)) LOTQTY fro |
|
|
|
group by b.TransCode,b.TransSequence |
|
|
|
) c on a.DNCode=c.TransCode and a.Sequence=c.TransSequence |
|
|
|
|
|
|
|
WHERE a.ODNType='3' |
|
|
|
WHERE a.DNType='3' |
|
|
|
and a.DNCode='" + DNCode + "' and a.Sequence='" + Sequence + "'";
|
|
|
|
sql += " and a.WorkPoint='" + WorkPoint + "'"; |
|
|
|
return Repository().FindTableBySql(sql.ToString()); |
|
|
|