Browse Source

更新版本

FoShanPG
Administrator 3 years ago
parent
commit
9e4d7e1359
  1. 6
      src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs

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

@ -1103,7 +1103,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
" '' CNumber,\n" +
" Remark \n" +
"FROM\n" +
" Set_WmsHQWithOutKanbanOutPutDetial \n" +
" Set_WmsOneTimeSaleOutPutDetial \n" +
"WHERE\n" +
" VERSION = '{0}' \n" +
" AND STATE = 3 union all \n"+
@ -1293,7 +1293,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
" '' CNumber,\n" +
" Remark \n" +
" FROM\n" +
" Set_WmsHQWithOutKanbanOutPutDetial \n" +
" Set_WmsOneTimeSaleOutPutDetial \n" +
" WHERE\n" +
" IsBack = 1 \n" +
" AND VERSION = '{0}' \n" +
@ -1588,7 +1588,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
" '' CNumber,\n" +
" Remark \n" +
"FROM\n" +
" Set_WmsHQWithOutKanbanOutPutDetial \n" +
" Set_WmsOneTimeSaleOutPutDetial \n" +
"WHERE\n" +
" VERSION = '{0}' \n" +
" AND State = 4 union all \n" +

Loading…
Cancel
Save