From 9e4d7e1359073390ff202e7ee2291ab938d67ee6 Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 15 Apr 2022 14:52:36 +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 --- .../SettleAccountJob/Report/WmsOutputSumDapperRepository.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs b/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs index adb94be5..6e1618f5 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.EntityFrameworkCore/Repository/SettleAccountJob/Report/WmsOutputSumDapperRepository.cs +++ b/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" +