* fix bug.

This commit is contained in:
wangyidong
2019-01-29 15:55:05 +08:00
parent 84ddbd48df
commit e156be97f4
+1 -1
View File
@@ -346,8 +346,8 @@ class upgradeModel extends model
$xuanxuanSql = $this->app->getAppRoot() . 'db' . DS . 'upgradexuanxuan2.1.0.sql';
$this->execSQL($xuanxuanSql);
$xuanxuanSql = $this->app->getAppRoot() . 'db' . DS . 'upgradexuanxuan2.2.0.sql';
$this->execSQL($xuanxuanSql);
}
$this->execSQL($xuanxuanSql);
$this->initXuanxuan();
case '11_0': $this->saveLogs('Execute 11_0');
case '11_1':