feat(user): 用户导出添加主记录过滤功能

main
zhaokai 2026-03-12 08:51:02 +08:00
parent e37a2d5c16
commit 8a3302637b
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ public class UserQueryExe {
if(ids != null && ids.length > 0) {
params.put("userIdList", Arrays.asList(ids));
}
params.put("noMain",1);
List<UserDO> userDOList = userRepository.listAll(params);
List<UserExcelExportEntity> userExcelExportEntities = userCoConvertor.converDOsToExcelEntitys(userDOList);
UserE userE = new UserE();