123
This commit is contained in:
@@ -336,6 +336,7 @@ namespace ZR.Service.mes.wms
|
||||
list = list.Where(it => it.RealQuantity != 0 || it.Quantity != 0)
|
||||
.Where(it => !string.IsNullOrEmpty(it.Partnumber))
|
||||
.DistinctBy(it => it.Partnumber)
|
||||
.OrderBy(it => it.RealQuantity)
|
||||
.ToList();
|
||||
|
||||
int total = list.Count;
|
||||
|
||||
Reference in New Issue
Block a user