From 5fac03fb857cf9a160e1736a25de2c5f95f5e44f Mon Sep 17 00:00:00 2001 From: wangpengfei <274878379@qq.com> Date: 星期二, 18 七月 2023 17:18:18 +0800 Subject: [PATCH] add --- source/user.go | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/user.go b/source/user.go index 6a901e0..a527b29 100644 --- a/source/user.go +++ b/source/user.go @@ -38,8 +38,8 @@ Password: adminPassword, NickName: "admin", UserType: constvar.UserTypeSuper, - ParentId: "basic", // 瓒呯骇绠$悊鍛樿处鎴风殑鐖朵翰涓虹┖瀛楃涓诧紝鎴栬�呰捣涓悕瀛� - Enable: true, + //ParentId: "basic", // 瓒呯骇绠$悊鍛樿处鎴风殑鐖朵翰涓虹┖瀛楃涓诧紝鎴栬�呰捣涓悕瀛� + //Enable: true, }, } if err = model.NewUserSearch(nil).CreateBatch(entities); err != nil { -- Gitblit v1.8.0