update 6.2.4

This commit is contained in:
jose
2019-09-07 16:25:23 +08:00
parent c86a5c2466
commit 5663522d80
199 changed files with 14589 additions and 719 deletions
+1
View File
@@ -50,6 +50,7 @@ class datatools:
ret3 = []
for i in tables:
if i == 1049: return public.returnMsg(False,'DB_NOT_EXIST')
if type(i) == int: continue
table = self.map_to_list(self.DB_MySQL.query("show table status from `%s` where name = '%s'" % (db_name, i[0])))
if not table: continue
try: