lidongdong
2024-06-05 2119388a27aac03ced898babc06394886cdc80a3
花城 修改议事投票评论删除以后评论数不对2
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDiscussDOMapper.xml 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActDiscussDOMapper.xml
@@ -106,7 +106,7 @@
    </select>
    <select id="getCommentNum" resultType="Integer">
        select COUNT( DISTINCT c.id ) from com_act_discuss_comment where discuss_id=#{id}
        select COUNT( DISTINCT id ) from com_act_discuss_comment where discuss_id=#{id}
    </select>