lidongdong
2024-04-01 3a07a620552c0d0c34c3c41e10aeea1bfbf78d03
修改活动交流详情的评论列表没数据  数据不全6
1个文件已修改
6 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleCommentWestDOMapper.xml 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/resources/mapper/ComActNeighborCircleCommentWestDOMapper.xml
@@ -6,14 +6,14 @@
    <select id="pageNeighborCommentByApp" resultType="com.panzhihua.common.model.vos.neighbor.ComActNeighborCircleCommentAppVO">
        select * FROM (
        select cancc.id,cancc.circle_id,cancc.user_id,cancc.content,cancc.fabulous_num
        select cancc.id,cancc.circle_id,cancc.user_id,cancc.content,cancc.fabulous_num,
        cancc.create_at,cancc.is_release,su.nick_name as userName,su.image_url as userHeadUrl
        from com_act_neighbor_circle_comment as cancc
        left join sys_user as su on su.user_id = cancc.user_id
        where cancc.circle_id = #{neighborCircleAppDTO.circleId} and cancc.status = 1
        union
        select cancc.id,cancc.circle_id,cancc.user_id,cancc.content,cancc.fabulous_num
        ,cancc.create_at,cancc.is_release,su.nick_name as userName,su.image_url as userHeadUrl
        select cancc.id,cancc.circle_id,cancc.user_id,cancc.content,cancc.fabulous_num,
        cancc.create_at,cancc.is_release,su.nick_name as userName,su.image_url as userHeadUrl
        from com_act_neighbor_circle_comment_west as cancc
         left join sys_user as su on su.user_id = cancc.user_id
        where cancc.circle_id = #{neighborCircleAppDTO.circleId} and cancc.status = 1) temp