|
@@ -475,6 +475,10 @@ public class FsUserServiceImpl implements IFsUserService
|
|
param.setUserId(0L);
|
|
param.setUserId(0L);
|
|
param.setCompanyId(companyUser.getCompanyId());
|
|
param.setCompanyId(companyUser.getCompanyId());
|
|
}
|
|
}
|
|
|
|
+ //筛选问题
|
|
|
|
+ if (StringUtils.isNotBlank(param.getCompanyUserId())){
|
|
|
|
+ param.setUserId(Long.valueOf(param.getCompanyUserId()));
|
|
|
|
+ }
|
|
|
|
|
|
PageHelper.startPage(param.getPageNum(), param.getPageSize());
|
|
PageHelper.startPage(param.getPageNum(), param.getPageSize());
|
|
|
|
|