升级文件修复
This commit is contained in:
parent
82680460f2
commit
69115ece3e
@ -226,8 +226,11 @@ class Upgrade extends AdminController
|
|||||||
//升级执行mysql操作
|
//升级执行mysql操作
|
||||||
if(file_exists($upSql))
|
if(file_exists($upSql))
|
||||||
{
|
{
|
||||||
$result = $this->db_update($upSql);
|
$sqlRes = $this->db_update($upSql);
|
||||||
return $result;
|
$upDate = $sqlRes->getData();
|
||||||
|
if($upDate['code'] == -1){
|
||||||
|
return json(['code'=>-1,'msg'=>$upDate['msg']]);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user