【资源库-成果库】 列表增加用户相关信息

This commit is contained in:
刘华中 2025-05-26 15:37:22 +08:00
parent 6e2b1f348f
commit 7a1306929b
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ public class AchievementsServiceImpl implements IAchievementsService {
a.setAttachments(buildFileInfoByIdents(a.getAttachments(), a.getSource())); a.setAttachments(buildFileInfoByIdents(a.getAttachments(), a.getSource()));
//拼接对接的用户信息 //拼接对接的用户信息
List<Map<String,Object>> dockingUserInfo = achievementsMapper.getDockingUserInfo(achievements.getId()); List<Map<String,Object>> dockingUserInfo = achievementsMapper.getDockingUserInfo(a.getId());
achievements.setDockingUserInfo(dockingUserInfo); achievements.setDockingUserInfo(dockingUserInfo);
} }
return list; return list;