修复bug
This commit is contained in:
Binary file not shown.
@@ -139,7 +139,7 @@ namespace WMS.Web.Repositories
|
||||
if (!string.IsNullOrEmpty(dto.MaterialNumber))
|
||||
query = query.Where(w => mNumber.Contains(w.MaterialNumber));
|
||||
if (!string.IsNullOrEmpty(dto.Customer))
|
||||
query = query.Where(w => dto.Customer.Contains(w.MaterialNumber));
|
||||
query = query.Where(w => dto.Customer.Contains(w.Customer));
|
||||
if (!string.IsNullOrEmpty(dto.StockCode))
|
||||
query = query.Where(w => dto.StockCode.Contains(w.StockCode));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user