|
|
@ -1558,11 +1558,11 @@ public class UserServiceImpl extends BaseServiceImpl<UserDao, UserEntity> implem |
|
|
|
|
|
|
|
@Override |
|
|
|
public PageData<UserDTO> authenticatedpage(Map<String, Object> params) { |
|
|
|
String[] paramKeys = new String[]{"streetId", "communityId", "gridId", "realName", "identityNo", "startTime", "endTime", "nickname", "mobile"}; |
|
|
|
if (AppUserUtils.isDefaultQuery(params, paramKeys)) { |
|
|
|
List<UserDTO> userDtoList = Lists.newArrayList(); |
|
|
|
return new PageData<>(userDtoList, NumConstant.ZERO); |
|
|
|
} |
|
|
|
// String[] paramKeys = new String[]{"streetId", "communityId", "gridId", "realName", "identityNo", "startTime", "endTime", "nickname", "mobile"};
|
|
|
|
// if (AppUserUtils.isDefaultQuery(params, paramKeys)) {
|
|
|
|
// List<UserDTO> userDtoList = Lists.newArrayList();
|
|
|
|
// return new PageData<>(userDtoList, NumConstant.ZERO);
|
|
|
|
// }
|
|
|
|
this.verifyParams(params); |
|
|
|
// 查询当前用户所具有的的数据权限
|
|
|
|
params.put("deptIdList",SecurityUser.getUser().getDeptIdList()); |
|
|
|