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