修改了拉取时间
This commit is contained in:
@@ -296,7 +296,7 @@ namespace WMS.Web.Api.Controllers
|
||||
if (loginInfo == null || loginInfo.UserInfo == null)
|
||||
return Result.ReFailure(ResultCodes.Token_Invalid_Error);
|
||||
|
||||
DateTime begin = DateTime.Now.AddDays(-3);//默认拉去三天以内的数据
|
||||
DateTime begin = DateTime.Now.AddDays(-9);//默认拉去三天以内的数据,刷新改成过去8天的数据,本身为3天,Alter by yzh
|
||||
var res = await _repositories.GetEntityList(dto.Ids);
|
||||
//先刷新选中的数据
|
||||
await _outStockTaskService.Sync(res.Select(s => s.BillNo).ToList());
|
||||
|
||||
Reference in New Issue
Block a user