修复bug
This commit is contained in:
Binary file not shown.
@@ -88,11 +88,12 @@ namespace WMS.Web.Api.Controllers
|
||||
[Route("hj")]
|
||||
public async Task<string> TestHJ()
|
||||
{
|
||||
await _inStockTaskService.ErpDel(DateTime.Now.AddHours(-8));
|
||||
// List<int> boxIds = new List<int>();
|
||||
// boxIds.Add(5324);
|
||||
//var b= await _inStockService.UnBind(boxIds, true);
|
||||
//var b= await _boxService.Sync(null);
|
||||
//var list = await _outStockTaskRepositories.GetEntityList(new List<int> { 14321 });
|
||||
//var b= await _boxService.Sync(null);
|
||||
//var list = await _outStockTaskRepositories.GetEntityList(new List<int> { 14321 });
|
||||
|
||||
//await _outStockRepositories.GetEntityListBySerialNumbers(new List<string>() { "131VU-32C5A" });
|
||||
//await _outStockRepositories.GetEntityListByBoxBillNos(new List<string>() { "CTN0002187" });
|
||||
|
||||
@@ -836,7 +836,7 @@ namespace WMS.Web.Repositories
|
||||
.Where(f => f.WmsUpdateTime >= begin)
|
||||
.ToListAsync();
|
||||
|
||||
return res.Clone();
|
||||
return res;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user