洪城义警-正式版后台
tangzy
2022-01-05 62bce0f1102690a7254c7f805182d6f052d6480c
src/main/java/org/springblade/modules/article/controller/ArticleController.java
@@ -174,8 +174,8 @@
      if (article.getContent() != null && article.getContent() != ""){
         Map<String,String> content = new HashMap();
         content = DemoApplication.interceptWords(article.getContent());
         if (content.get("iswords").equals(true)){
         System.out.println(content.get("iswords"));
         if (content.get("iswords") == "true"){
            article.setContent(content.get("content"));
            article.setIswords("1");
            article.setWordsContent(content.get("words"));