From 566ce93b02398d30c8009dab02745478d55d800e Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 5 Mar 2022 13:25:01 +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 --- .../SettleAccount.Application.xml | 24 +++++++++++++++++++ .../Report/ErpSumOutputDapperRepository.cs | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccount.Application.xml b/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccount.Application.xml index 533dc56c..d8e8e4dc 100644 --- a/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccount.Application.xml +++ b/src/Modules/SettleAccount/src/SettleAccount.Application/SettleAccount.Application.xml @@ -3506,6 +3506,20 @@ + + + 准时化出库主表 + + + + + + + 准时化出库明细 + + + + @@ -4358,6 +4372,16 @@ 红旗H平台-版本 + + + 红旗明细未结导入 + + + + + 红旗明细未结-版本 + + 大众备件发货 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 f5477816..b7208f3b 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 @@ -153,7 +153,7 @@ namespace Win.Sfs.SettleAccount.Repository.SettleAccountJob.Report " SELECT \n" + " distinct [JsonString]\n" + - " FROM [TA_WMS_CTRL] WHERE {0}" + + " FROM [TA_WMS_CTRL] WHERE " + " SourceBillNum LIKE 'S2%' order by createtime desc";