feat 改回注册中心配置
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</update>
|
||||
|
||||
<select id="existTable" parameterType="java.lang.String" resultType="java.lang.Integer">
|
||||
select count(*) from user_tables where table_name = #{tableName}
|
||||
select count(*) from information_schema.TABLES where table_name = #{tableName}
|
||||
</select>
|
||||
|
||||
<!-- 查询条件 -->
|
||||
|
||||
Reference in New Issue
Block a user