fixed 后台显示附件入驻承诺书加到成果
This commit is contained in:
parent
1155e4a4b8
commit
1fc41ead3b
|
|
@ -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());
|
||||
|
|
|
|||
Loading…
Reference in New Issue