lidongdong
2024-04-01 672d02b824a7e2fc4c621aef0f6498289645f1cc
修改活动交流详情的评论列表没数据  数据不全2
1个文件已修改
1 ■■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleCommentWestDAO.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleCommentWestDAO.java
@@ -94,6 +94,7 @@
            + "u.nick_name as userName,u.phone as userPhone "
            + "from com_act_neighbor_circle_comment_west nc left join sys_user u on nc.user_id=u.user_id "
            + "<where>"+ "<if test='dto.id != null and dto.id!= 0l'>"+ "nc.circle_id = #{dto.id}" + " </if> "+"<where>"+")"
            + ") temp"
            + "ORDER BY temp.create_at"
            + "</script>")
    IPage<ComActNeighborCommentByAdminVO> selectPageDetailNeighborComment(Page page,