修改了时间

This commit is contained in:
2024-12-23 10:52:02 +08:00
parent 31cb1278bf
commit 7b5736b395

View File

@@ -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;