From e718e5fc2909751143290162d9853928b7bd05a0 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 1 Apr 2022 20:47:10 +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 --- .../Report/SettleKBWithCodeDapperReportRepository.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/SettleKBWithCodeDapperReportRepository.cs b/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/SettleKBWithCodeDapperReportRepository.cs index 813c70f3..389963bc 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/SettleKBWithCodeDapperReportRepository.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/SettleKBWithCodeDapperReportRepository.cs @@ -48,7 +48,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report var datetime=date.ToShortDateString()+" 23:59:59 "; string sqlString = "SELECT\n" + " temp1.* ,\n" + - + " ISNULL ( temp2.Price, 0 ) AS Price,--开票金额\n" + " ISNULL ( temp1.InvoicePrice * temp1.Qty, 0 ) AS InvoiceMoney,--开票金额\n" + " ISNULL ( Price * WMSDeliveryQty, 0 ) AS Amount,--金额\n" + " ISNULL ( Price * temp1.Qty, 0 ) AS SettlePrice,--结算金额\n" +