From 02c40dfeb1ab75028754c2b922fd19cef63c1f8d Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 18 Mar 2022 11:25:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Report/ErpSumOutputDapperRepository.cs | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/ErpSumOutputDapperRepository.cs b/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/ErpSumOutputDapperRepository.cs index 1bbb3db9..91ff89ee 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/ErpSumOutputDapperRepository.cs +++ b/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/ErpSumOutputDapperRepository.cs @@ -214,7 +214,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report " '{10}' , \n" + " '{11}' , \n" + " '{12}' , \n" + - " '{13}' , \n" + + " '{13}' , \n" + " '{14}' , \n" + " '{15}' , \n" + " '{16}' , \n" + @@ -280,19 +280,19 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report " , '{8}' \n" + " , {9} )"; - sql=string.Format(sql, - taskid - , "TA_WMS_JSKH" - , count.ToString(), - 0, - string.Empty, - DateTime.Now, - "1000", - billnum - ,version - ,accountDate - - ); + sql = string.Format(sql, + taskid + , "TA_WMS_JSKH" + , count.ToString(), + 0, + string.Empty, + DateTime.Now, + "1000", + billnum + , version + , accountDate.ToString("yyyy-MM-dd") + + ) ; DbConnection.Execute(sql, null, null, 1200, null); }