Browse Source

更新版本

FoShanPG
Administrator 2 years ago
parent
commit
17f21a1b58
  1. 2
      src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/HQCarSettledDetailDapperRepository.cs

2
src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/HQCarSettledDetailDapperRepository.cs

@ -286,7 +286,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
// condition += string.Format(" and a.LastModificationTime<='{0}' ", end); // condition += string.Format(" and a.LastModificationTime<='{0}' ", end);
//} //}
string str = "SELECT\n" + string str = "SELECT\n" +
"temp1.*,\n" + "temp1.*,\n" +
"isnull( temp2.Price, 0 ) 定价,\n" + "isnull( temp2.Price, 0 ) 定价,\n" +
"ISNULL( temp3.Price, 0 ) 结算单价,\n" + "ISNULL( temp3.Price, 0 ) 结算单价,\n" +

Loading…
Cancel
Save