This commit is contained in:
taoser 2021-05-27 18:45:33 +08:00
parent 69115ece3e
commit f5d01b7eac

View File

@ -351,7 +351,7 @@ class Upgrade extends AdminController
return json(['code'=>-1,'msg'=>'数据库升级失败']); return json(['code'=>-1,'msg'=>'数据库升级失败']);
} }
} }
return json(['code'=>0,'msg'=>'数据库升级成功']);
} }