|
|
@ -502,9 +502,11 @@ public class ResiEventServiceImpl extends BaseServiceImpl<ResiEventDao, ResiEven |
|
|
|
} |
|
|
|
} |
|
|
|
List<String> imgList=new ArrayList<>(); |
|
|
|
for(FileCommonDTO fileCommonDTO:attachmentList){ |
|
|
|
if("image".equals(fileCommonDTO.getType())){ |
|
|
|
imgList.add(fileCommonDTO.getUrl()); |
|
|
|
if(!CollectionUtils.isEmpty(attachmentList)){ |
|
|
|
for(FileCommonDTO fileCommonDTO:attachmentList){ |
|
|
|
if("image".equals(fileCommonDTO.getType())){ |
|
|
|
imgList.add(fileCommonDTO.getUrl()); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
//事件图片
|
|
|
|