xiewj 5 月之前
父节点
当前提交
5457a29aca
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      720yun_fd_manage/gis_service/src/main/java/com/gis/service/impl/WorkServiceImpl.java

+ 1 - 1
720yun_fd_manage/gis_service/src/main/java/com/gis/service/impl/WorkServiceImpl.java

@@ -2003,7 +2003,7 @@ public class WorkServiceImpl extends ServiceImpl<WorkMapper, WorkEntity> impleme
                 content.put(setTypeMapping.get(hotspotType), resJson);
             }
         }
-        if (hotspotType.equalsIgnoreCase("textarea")||hotspotType.equalsIgnoreCase("articleInfo")){
+        if (hotspotType.equalsIgnoreCase("textarea")||hotspotType.equalsIgnoreCase("article")){
             workHot.setContent(content.toJSONString());
         }else {
             workHot.setContent(content.toJSONString().replace("\\\"","\""));