修改了拉取时间
This commit is contained in:
@@ -135,7 +135,8 @@ namespace WMS.Web.Api.Controllers
|
||||
sbns.Add(sourceBillNo);
|
||||
|
||||
//2.同步金蝶
|
||||
return await _inStockTaskService.Sysn(sbns);
|
||||
return await _inStockTaskService.Sysn(sbns);
|
||||
// return await _inStockTaskService.Sysn(null);//alter by yzh
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -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());
|
||||
|
||||
@@ -5340,6 +5340,16 @@
|
||||
箱重
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:WMS.Web.Core.Dto.OutStockTask.ExportInfoResponse.Qty">
|
||||
<summary>
|
||||
箱内数量
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:WMS.Web.Core.Dto.OutStockTask.ExportInfoResponse.AccruedQty">
|
||||
<summary>
|
||||
应出库数量
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:WMS.Web.Core.Dto.OutStockTask.GetOutStockTaskByNoResponse">
|
||||
<summary>
|
||||
根据单号搜索出库单任务信息
|
||||
|
||||
Reference in New Issue
Block a user