tanghc %!s(int64=3) %!d(string=hai) anos
pai
achega
9dee84651b
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      gen/src/main/resources/mybatis/UpgradeMapper.xml

+ 1 - 2
gen/src/main/resources/mybatis/UpgradeMapper.xml

@@ -30,8 +30,7 @@
     </select>
 
     <select id="listTableNameMysql" resultType="String">
-        select table_name from information_schema.tables
-        where table_schema='gen'
+        SHOW TABLES
     </select>
 
 </mapper>