From 7c7b387840874d320b048ea26c1c838052ccc9fc Mon Sep 17 00:00:00 2001 From: zhaoxinyu Date: Tue, 23 Jan 2024 17:15:51 +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 --- .../SettleAccount.Domain/Entities/BQ/Managers/PUB_NOT_SA_MNG.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/PUB_NOT_SA_MNG.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/PUB_NOT_SA_MNG.cs index 5615cf69..6a1b8eda 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/PUB_NOT_SA_MNG.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Domain/Entities/BQ/Managers/PUB_NOT_SA_MNG.cs @@ -309,6 +309,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ.Managers var pub_not_list = query1.Select(p => p.b).ToList(); if (pub_can_list.Count > 0) { + + notList.AddRange(pub_not_list); var billNumber = OrderNumberGenerator.GenerateOrderNumber("N"); var entity = new PUB_CAN_SA(); entity.SetId(Guid.NewGuid());