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("\\\"","\""));