Browse Source

更新版本

FoShanPG
Administrator 3 years ago
parent
commit
0089757df9
  1. 8
      src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/ErpSumOutputDapperRepository.cs
  2. 2
      src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs

8
src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/ErpSumOutputDapperRepository.cs

@ -199,7 +199,8 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
" ,[ZNOTE4]\n" + " ,[ZNOTE4]\n" +
" ,[ZNOTE5]\n" + " ,[ZNOTE5]\n" +
" ,[STATE]\n" + " ,[STATE]\n" +
" ,[REMARK])\n" + " ,[REMARK]" +
" ,[KOEIN] )\n" +
" VALUES\n" + " VALUES\n" +
" ( '{0}' ,\n" + " ( '{0}' ,\n" +
" '{1}' , \n" + " '{1}' , \n" +
@ -222,7 +223,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
" '{18}' , \n" + " '{18}' , \n" +
" '{19}' , \n" + " '{19}' , \n" +
" {20} , \n" + " {20} , \n" +
" '{21}' ) \n"; " '{21}' , '{22}' ) \n";
sql = string.Format(sql, sql = string.Format(sql,
taskid, taskid,
@ -246,7 +247,8 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
itm.Type, itm.Type,
itm.OutPutAmt, itm.OutPutAmt,
"0", "0",
billnum billnum,
"CNY"
); );
_buffer.AppendLine(sql); _buffer.AppendLine(sql);

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

@ -612,7 +612,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report
" '红旗' Client,\n" + " '红旗' Client,\n" +
" 'Z34' CODE,\n" + " 'Z34' CODE,\n" +
" '10' SaleCode,\n" + " '10' SaleCode,\n" +
" '100113' ClientCode,\n" + " '100053' ClientCode,\n" +
" BillNum,\n" + " BillNum,\n" +
" MaterialCode,\n" + " MaterialCode,\n" +
" SUM( Qty ) Qty,\n" + " SUM( Qty ) Qty,\n" +

Loading…
Cancel
Save