正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -189,6 +189,7 @@ func (usersService *UsersService) CompanyUserList(companyUserListQuery *query.Co | @@ -189,6 +189,7 @@ func (usersService *UsersService) CompanyUserList(companyUserListQuery *query.Co | ||
| 189 | Phone: "", | 189 | Phone: "", |
| 190 | UserType: domain.UserTypeEmployee, | 190 | UserType: domain.UserTypeEmployee, |
| 191 | InOrgIds: companyUserListQuery.Operator.OrgIds, | 191 | InOrgIds: companyUserListQuery.Operator.OrgIds, |
| 192 | + PullRealTime: true, | ||
| 192 | }) | 193 | }) |
| 193 | 194 | ||
| 194 | if err != nil { | 195 | if err != nil { |
-
请 注册 或 登录 后发表评论