作者 yangfu

实时拉取用户列表数据

@@ -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 {