From 02d10d0969ff2a47bff72ab3429f5d01a6fca60f Mon Sep 17 00:00:00 2001 From: Administrator Date: Tue, 26 Apr 2022 18:20:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Services/Report/UnSettleDiffExportService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettleDiffExportService.cs b/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettleDiffExportService.cs index b84cd7ef..b1ee4308 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettleDiffExportService.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.Job/Services/Report/UnSettleDiffExportService.cs @@ -345,6 +345,7 @@ namespace SettleAccount.Job.Services.Report { itm.UnSettleQty = 1; } + itm.DiffQty = itm.Qty - itm.UnSettleQty; }