From 02ccfc21d5d4f767bbd92ecda89cdfcc3283728c Mon Sep 17 00:00:00 2001
From: whycxzp <glperry@163.com>
Date: 星期三, 11 六月 2025 08:38:26 +0800
Subject: [PATCH] Merge branch 'master' of http://118.89.139.230:10101/r/powerIntelligenceSystem into master

---
 src/main/resources/mapper/CommonMapper.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/mapper/CommonMapper.xml b/src/main/resources/mapper/CommonMapper.xml
index 1b5bc97..8a2a3b5 100644
--- a/src/main/resources/mapper/CommonMapper.xml
+++ b/src/main/resources/mapper/CommonMapper.xml
@@ -6,7 +6,7 @@
     <select id="getMaxValue" resultType="java.lang.Object">
         select max(${field}) from ${schema}.${table}
     </select>
-    <select id="existTable" resultType="java.lang.Boolean">
+    <select id="existTable" resultType="java.lang.String">
         select
             table_name
         from `INFORMATION_SCHEMA`.`TABLES`

--
Gitblit v1.9.1