fangqing 2 hete
szülő
commit
a25aa96d1e

+ 2 - 2
ruoyi-generator/src/main/java/com/ruoyi/generator/controller/CommunityCommentController.java

@@ -211,9 +211,9 @@ public class CommunityCommentController extends BaseController {
             }
 
             //更新为已读
-            if (!commentIds.isEmpty()) {
+            /*if (!commentIds.isEmpty()) {
                 communityArticleCommentService.update(new UpdateWrapper<CommunityArticleComment>().set("is_read", true).in("id", commentIds));
-            }
+            }*/
         } catch (Exception e) {
             System.out.println(e.getMessage());
             throw new ProjectException();