From a8ff4388d18fc2cd39fd5c9002b9241580e804dd Mon Sep 17 00:00:00 2001 From: zhaoxinyu <89237069@qq.com> Date: Tue, 25 Jun 2024 17:04:07 +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.Application/Entities/BQ/INVOICE_SERVICE.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs index 4bd002dd..56b32183 100644 --- a/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs +++ b/code/src/Modules/SettleAccount/src/SettleAccount.Application/Entities/BQ/INVOICE_SERVICE.cs @@ -855,7 +855,8 @@ namespace Win.Sfs.SettleAccount.Entities.BQ begintime = DateTime.Now, endtime = DateTime.Now, domain = "BJBMPT", - LINE = (i + 1).ToString() + LINE = (i + 1).ToString(), + Remark = string.IsNullOrEmpty(invoice.FileName) ? string.Empty : invoice.FileName }); } var invbefore = invoice.RealAmt + invoice.TaxDiff;//