From 050202d44a501382c36f35425305d7ccac911554 Mon Sep 17 00:00:00 2001 From: zhaoxinyu <89237069@qq.com> Date: Mon, 5 Feb 2024 15:03:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/SettleAccount.Application/Entities/BQ/VmiAppService.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs index 4e943e39..b378463d 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/VmiAppService.cs @@ -1183,6 +1183,7 @@ namespace Win.Sfs.SettleAccount.Entities.BQ itm.BillTime = DateTime.Now; itm.ChangedTime = DateTime.Now; itm.LogType = itm.Qty > 0 ? VmiLogType.Type100 : VmiLogType.Type300; + itm.ChangedQty = itm.Qty; itm.Version = GetVersionByBillTime(itm.BillTime.Value, value); } foreach (var itm in p_list)