diff --git a/src/WMS.Web.Domain/Services/OutStockTaskService.cs b/src/WMS.Web.Domain/Services/OutStockTaskService.cs index cbf6e268..b35928e6 100644 --- a/src/WMS.Web.Domain/Services/OutStockTaskService.cs +++ b/src/WMS.Web.Domain/Services/OutStockTaskService.cs @@ -432,7 +432,7 @@ namespace WMS.Web.Domain.Services { //DateTime begin = await _erpOpsSyncDateRepositories.Get(ErpOpsSyncType.OutStock); if (begin == null) - begin = DateTime.Now.AddHours(-220);//默认拉去8小时以内的数据,ALTER BY YZH + begin = DateTime.Now.AddHours(-230);//默认拉去8小时以内的数据,ALTER BY YZH //更新时间范围内所有 result = await BillQueryForSalOutStock(false, null, begin); if (!result.IsSuccess) isRollback = true;