lidongdong
2024-06-03 9f6de09054a997e6a81230f47ef318c5f5133909
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActDiscussDAO.java
@@ -197,7 +197,8 @@
     * @param discussId 一起议主键id
     * @param isFirstComment 是否首次参与
     */
    void incrCommentAndJoinNumById(@Param("discussId") Long discussId, @Param("isFirstComment") boolean isFirstComment);
    void incrCommentAndJoinNumById(@Param("discussId") Long discussId, @Param("isFirstComment") boolean isFirstComment,
                                   @Param("isFirstComment") boolean isAddComment);
    /**
     * 一起议点赞/取消点赞 增加/减少点赞总数