Browse Source

fix #I3C57N

tanghc 3 năm trước cách đây
mục cha
commit
9dee84651b
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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>