* [bug#56298,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2024-10-18 16:42:08 +08:00
committed by 王怡栋
parent 3b1118810b
commit cba55ab63e
+1 -1
View File
@@ -9146,7 +9146,7 @@ class upgradeModel extends model
$this->saveLogs($sql);
$sql = str_replace('zt_', $this->config->db->prefix, $sql);
$this->dbh->query($sql);
$this->dbh->exec($sql);
if(dao::isError()) return false;
}
}