修复bug
This commit is contained in:
Binary file not shown.
@@ -123,9 +123,10 @@ namespace WMS.Web.Api.Controllers
|
||||
//var b = b33.Data.Where(w => w.Id == 10923342).FirstOrDefault();
|
||||
//await _juShuiTanService.GetTest();
|
||||
//string codes = "AD";
|
||||
//var b = await _erpInventoryService.GetInventory(new List<string>() { "111"});
|
||||
//var b = await _erpInventoryService.GetInventory(new List<string>() { "111"});
|
||||
//int count = 10 / 5;
|
||||
var bcd=await _productInventoryService.LingXing();
|
||||
//var bcd=await _productInventoryService.LingXing();
|
||||
//await _erpService.BillQueryForPurchaseInStock();
|
||||
|
||||
//LingXingResponse<LingXingStockResponse> r = new LingXingResponse<LingXingStockResponse>();
|
||||
|
||||
|
||||
@@ -142,7 +142,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.Customer));
|
||||
query = query.Where(w => EF.Functions.Like(w.Customer, "%" + dto.Customer + "%"));
|
||||
if (!string.IsNullOrEmpty(dto.StockCode))
|
||||
{
|
||||
var split = dto.StockCode.Split("_$");
|
||||
|
||||
Reference in New Issue
Block a user