修改了时间

This commit is contained in:
2024-12-23 11:35:37 +08:00
parent 9c7cf87cb6
commit b8662fc6e7
5 changed files with 5 additions and 5 deletions

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(-231);//默认拉去8小时以内的数据ALTER BY YZH
begin = DateTime.Now.AddHours(-232);//默认拉去8小时以内的数据ALTER BY YZH
//更新时间范围内所有
result = await BillQueryForSalOutStock(false, null, begin);
if (!result.IsSuccess) isRollback = true;