修改了时间
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user