feat(user): 用户导出添加主记录过滤功能
parent
e37a2d5c16
commit
8a3302637b
|
|
@ -214,6 +214,7 @@ public class UserQueryExe {
|
||||||
if(ids != null && ids.length > 0) {
|
if(ids != null && ids.length > 0) {
|
||||||
params.put("userIdList", Arrays.asList(ids));
|
params.put("userIdList", Arrays.asList(ids));
|
||||||
}
|
}
|
||||||
|
params.put("noMain",1);
|
||||||
List<UserDO> userDOList = userRepository.listAll(params);
|
List<UserDO> userDOList = userRepository.listAll(params);
|
||||||
List<UserExcelExportEntity> userExcelExportEntities = userCoConvertor.converDOsToExcelEntitys(userDOList);
|
List<UserExcelExportEntity> userExcelExportEntities = userCoConvertor.converDOsToExcelEntitys(userDOList);
|
||||||
UserE userE = new UserE();
|
UserE userE = new UserE();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue