|
@@ -288,6 +288,7 @@ public class CenterEventViewServiceImpl extends BaseService implements ICenterEv
|
|
|
String token = RemoteApiUtil.getInstance().getToken();// 大华token
|
|
|
List<String> eventCodes = result.stream().map(VisuForestCloudMapEventListBO::getEventCode).collect(Collectors.toList());
|
|
|
visuForestCloudMapVO.setEventStatus(eventCodes);
|
|
|
+ visuForestCloudMapVO.setTemplateType("true");
|
|
|
List<VisuForestCloudMapEventListBO> attachs = centerEventViewMapper.getEventFile(visuForestCloudMapVO);
|
|
|
result.forEach(event -> {
|
|
|
for (VisuForestCloudMapEventListBO attach : attachs) {
|