springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActNeighborCircleCommentWestDAO.java | ●●●●● 补丁 | 查看 | 原始文档 | 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,