From e156be97f43a01b36a050dc627d2779f09f8b976 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Tue, 29 Jan 2019 15:55:05 +0800 Subject: [PATCH] * fix bug. --- module/upgrade/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/upgrade/model.php b/module/upgrade/model.php index bc548dcbc2..4ee452cee2 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -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':