From 3dd4c5adaf15c19d7e9171bab7910fc202081f67 Mon Sep 17 00:00:00 2001 From: yuqh <123456> Date: Fri, 23 Aug 2024 15:55:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9EU8=E4=B8=BB=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=8A=BD=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../mdm/mdmModule/entity/MdmModuleEntity.xml | 2 + .../sys/viewFiled/entity/ViewFiledMapper.xml | 2 +- .../service/impl/MasterDataServiceImpl.java | 128 +++++++++++++++++- 3 files changed, 127 insertions(+), 5 deletions(-) diff --git a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml index 4c3d4b73..325ec5df 100644 --- a/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml +++ b/service/src/main/java/com/hzya/frame/mdm/mdmModule/entity/MdmModuleEntity.xml @@ -926,6 +926,7 @@ where id = #{id} USER_TAB_COLUMNS WHERE TABLE_NAME = #{tableName} + and table_schema = 'businesscenter' @@ -934,6 +935,7 @@ where id = #{id} SELECT LOWER(COLUMN_NAME) FROM information_schema.columns WHERE table_name = #{tableName} + and table_schema = 'businesscenter'