feat 改回注册中心配置

This commit is contained in:
yinglong zhang
2021-07-07 09:53:29 +08:00
parent 1ea0d09cb0
commit 9a00280ba0
4 changed files with 16 additions and 13 deletions
@@ -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>
<!-- 查询条件 -->