Browse Source

更新版本

FoShanPG
Administrator 3 years ago
parent
commit
e718e5fc29
  1. 2
      src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/SettleKBWithCodeDapperReportRepository.cs

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

Loading…
Cancel
Save