修复bug
This commit is contained in:
Binary file not shown.
@@ -88,6 +88,7 @@ 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);
|
||||
|
||||
@@ -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