Commit b85541d5 authored by 赵啸非's avatar 赵啸非

添加应用分类列表

parent 94e72591
...@@ -268,6 +268,7 @@ public class UserServiceImpl extends AbstractCRUDServiceImpl<UserDao, UserEntity ...@@ -268,6 +268,7 @@ public class UserServiceImpl extends AbstractCRUDServiceImpl<UserDao, UserEntity
@Override @Override
public void synchSitesAuth() throws AppException { public void synchSitesAuth() throws AppException {
//todo 批量更新 用户太多 该接口查询非常缓慢 用户根据所属区域分组查询后更新
UserEntity query = new UserEntity(); UserEntity query = new UserEntity();
List<UserEntity> all = this.find(query); List<UserEntity> all = this.find(query);
all.forEach(item -> { all.forEach(item -> {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment