This commit is contained in:
lanzongjun
2022-07-13 11:09:24 +08:00
parent 7637e225d4
commit 175b5c0669
+1 -1
View File
@@ -972,7 +972,7 @@ class upgradeModel extends model
case '17_1':
$confirmContent .= file_get_contents($this->getUpgradeFile('17.1'));
$xuanxuanSql = $this->app->getAppRoot() . 'db' . DS . 'upgradexuanxuan5.6.sql';
$confirmContent .= file_get_contents($xuanxuanSql);
$confirmContent .= file_get_contents($xuanxuanSql);
}
return $confirmContent;