소스 검색

fix #I3C57N

tanghc 3 년 전
부모
커밋
9dee84651b
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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>