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" +