|
@@ -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();
|