调整监测金蝶删单
This commit is contained in:
@@ -157,9 +157,7 @@ namespace WMS.Web.Api.Controllers
|
||||
//2.同步金蝶
|
||||
await _inStockTaskService.Sysn(sourcesBillNos);
|
||||
////再刷新
|
||||
await _inStockTaskService.Sysn(null);
|
||||
//验证金蝶是否有删单//默认拉去8个小时以内的
|
||||
return await _inStockTaskService.ErpDel(DateTime.Now.AddHours(-8));
|
||||
return await _inStockTaskService.Sysn(null);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user