Browse Source

更新版本

FoShanPG
Administrator 3 years ago
parent
commit
f58ee04037
  1. 4
      src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs

4
src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs

@ -660,8 +660,8 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
" Round(( Isnull( temp1.Qty, 0 )- Isnull( temp1.OutputQty, 0 ))* temp1.Price, 2 ) WMS待出库金额, \n" + " Round(( Isnull( temp1.Qty, 0 )- Isnull( temp1.OutputQty, 0 ))* temp1.Price, 2 ) WMS待出库金额, \n" +
" temp2.EstimateType 物料组编码, \n" + " temp2.EstimateType 物料组编码, \n" +
" temp2.EstimateTypeDesc 物料组车型, \n" + " temp2.EstimateTypeDesc 物料组车型, \n" +
" temp2.MaterialDesc 物料描述 \n" + " temp2.MaterialDesc 物料描述, \n" +
" temp1.remark 备注 \n" +
"FROM\n" + "FROM\n" +
" (\n" + " (\n" +
" SELECT\n" + " SELECT\n" +

Loading…
Cancel
Save