修复bug

This commit is contained in:
18942506660
2024-08-01 15:15:35 +08:00
parent 513a2f1a1d
commit d68792fd10
4 changed files with 10 additions and 8 deletions

View File

@@ -269,7 +269,9 @@ namespace WMS.Web.Api.Controllers
//先刷新选中的数据
await _outStockTaskService.Sync(res.Select(s => s.BillNo).ToList());
//再刷新3天内所有的
return await _outStockTaskService.Sync(null, begin);
await _outStockTaskService.Sync(null, begin);
//验证金蝶是否有删单
return await _outStockTaskService.ErpDel(DateTime.Now.AddHours(-8));
}
/// <summary>
/// 出库任务单详情