修复bug
This commit is contained in:
@@ -250,15 +250,15 @@ namespace WMS.Web.Domain.Services
|
||||
{
|
||||
DateTime begin = await _erpOpsSyncDateRepositories.Get(ErpOpsSyncType.OutStock);
|
||||
//更新时间范围内所有
|
||||
result = await BillQueryForDeliveryNoticeOutStock(false, null);
|
||||
result = await BillQueryForDeliveryNoticeOutStock(false, null, begin);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
result = await BillQueryForTransferDirectOutStock(false, null);
|
||||
result = await BillQueryForTransferDirectOutStock(false, null, begin);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
result = await BillQueryForTransferOutOutStock(false, null);
|
||||
result = await BillQueryForTransferOutOutStock(false, null, begin);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
result = await BillQueryForAssembledAppOutStock(false, null);
|
||||
result = await BillQueryForAssembledAppOutStock(false, null, begin);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
result = await BillQueryForMisDeliveryOutStock(false, null);
|
||||
result = await BillQueryForMisDeliveryOutStock(false, null, begin);
|
||||
if (!result.IsSuccess) isRollback = true;
|
||||
|
||||
//更新时间管理
|
||||
|
||||
Reference in New Issue
Block a user