|
@@ -1753,6 +1753,10 @@ public class WorkServiceImpl extends ServiceImpl<WorkMapper, WorkEntity> impleme
|
|
|
}else {
|
|
|
workHot.setTitleDisplayMode("0");
|
|
|
}
|
|
|
+ if (hotspotJson.containsKey("hotspotType")&&!hotspotJson.containsKey("hotspotIconType")){
|
|
|
+ workHot.setHotspotIconType(hotspotJson.getString("hotspotType"));
|
|
|
+ }
|
|
|
+
|
|
|
hotHandler(workHot, hotspotsArray, i1, workHot.getHotspotIconType());
|
|
|
workHotService.save(workHot);
|
|
|
}
|