提交 ad8d497e 编写于 作者: kanyxmo's avatar kanyxmo

fix

上级 816f0a55
......@@ -317,7 +317,9 @@ class InstallProjectCommand extends MineCommand
Db::table('system_user')->truncate();
Db::table('system_role')->truncate();
Db::table('system_user_role')->truncate();
Db::table('system_user_dept')->truncate();
if (\Hyperf\Database\Schema\Schema::hasTable('system_user_dept')) {
Db::table('system_user_dept')->truncate();
}
// 创建超级管理员
Db::table("system_user")->insert([
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册