修复bug

This commit is contained in:
18942506660
2023-11-10 15:17:07 +08:00
parent a40b4ed2f7
commit 76657fcda0

View File

@@ -250,15 +250,15 @@ namespace WMS.Web.Domain.Services
{ {
DateTime begin = await _erpOpsSyncDateRepositories.Get(ErpOpsSyncType.OutStock); DateTime begin = await _erpOpsSyncDateRepositories.Get(ErpOpsSyncType.OutStock);
//更新时间范围内所有 //更新时间范围内所有
result = await BillQueryForDeliveryNoticeOutStock(false, null); result = await BillQueryForDeliveryNoticeOutStock(false, null, begin);
if (!result.IsSuccess) isRollback = true; if (!result.IsSuccess) isRollback = true;
result = await BillQueryForTransferDirectOutStock(false, null); result = await BillQueryForTransferDirectOutStock(false, null, begin);
if (!result.IsSuccess) isRollback = true; if (!result.IsSuccess) isRollback = true;
result = await BillQueryForTransferOutOutStock(false, null); result = await BillQueryForTransferOutOutStock(false, null, begin);
if (!result.IsSuccess) isRollback = true; if (!result.IsSuccess) isRollback = true;
result = await BillQueryForAssembledAppOutStock(false, null); result = await BillQueryForAssembledAppOutStock(false, null, begin);
if (!result.IsSuccess) isRollback = true; if (!result.IsSuccess) isRollback = true;
result = await BillQueryForMisDeliveryOutStock(false, null); result = await BillQueryForMisDeliveryOutStock(false, null, begin);
if (!result.IsSuccess) isRollback = true; if (!result.IsSuccess) isRollback = true;
//更新时间管理 //更新时间管理