增加日志

This commit is contained in:
18942506660
2024-05-13 12:00:28 +08:00
parent 1653c43ae9
commit 5d31f820e0
7 changed files with 121 additions and 87 deletions

View File

@@ -370,7 +370,7 @@ namespace WMS.Web.Domain.Services
{
//DateTime begin = await _erpOpsSyncDateRepositories.Get(ErpOpsSyncType.OutStock);
if (begin == null)
begin = DateTime.Now.AddDays(-3);//默认拉去三天以内的数据
begin = DateTime.Now.AddHours(-8);//默认拉去8小时以内的数据
//更新时间范围内所有
result = await BillQueryForSalOutStock(false, null, begin);
if (!result.IsSuccess) isRollback = true;