fixed 后台显示附件入驻承诺书加到成果

This commit is contained in:
xxq250 2026-07-01 09:48:52 +08:00
parent 1155e4a4b8
commit 1fc41ead3b
1 changed files with 0 additions and 4 deletions

View File

@ -147,10 +147,6 @@ public class AchievementsServiceImpl implements IAchievementsService {
a.setField1Name(field1Name);
}
}
// a.setImages(buildFileInfoByIdents(a.getImages(), a.getSource()));
a.setAttachments(buildFileInfoByIdents(a.getAttachments(), a.getSource()));
// a.setExt1(buildFileInfoByIdentifiers(a.getExt1()));
// a.setExt2(buildFileInfoByIdentifiers(a.getExt2()));
//拼接对接的用户信息
List<Map<String,Object>> dockingUserInfo = achievementsMapper.getDockingUserInfoList(a.getId());