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