...
|
...
|
@@ -41,7 +41,8 @@ func (l *SystemUserSearchLogic) SystemUserSearch(req *types.SystemUserSearchRequ |
|
|
WithKV("likePhone", req.Phone).
|
|
|
WithKV("position", req.Position).
|
|
|
WithKV("enable", req.Enable).
|
|
|
WithKV("departmentId", req.DepartmentId)
|
|
|
WithKV("departmentId", req.DepartmentId).
|
|
|
WithKV("auditStatus", []int{domain.UserAuditStatusPassed})
|
|
|
if total, users, err = l.svcCtx.UserRepository.Find(l.ctx, conn, queryOptions); err != nil {
|
|
|
return nil, xerr.NewErr(err)
|
|
|
}
|
...
|
...
|
|