This commit is contained in:
laodaming
2023-11-13 17:59:46 +08:00
parent eec742d48a
commit f279c4edc9
20 changed files with 266 additions and 25 deletions

View File

@@ -31,7 +31,7 @@ func NewGetDepartmentsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *Ge
// }
func (l *GetDepartmentsLogic) GetDepartments(req *types.GetDepartmentsReq, userinfo *auth.UserInfo) (resp *basic.Response) {
l.svcCtx.AllModels.LdapDepartment
return resp.SetStatus(basic.CodeOK)
}