| | |
| | | "canc.last_fabulous_num," + |
| | | "canc.last_views_num," + |
| | | "su.nick_name as name," + |
| | | "su.community_id," + |
| | | "su.image_url as headUrl " + |
| | | " FROM " + |
| | | " com_act_neighbor_circle AS canc" + |
| | |
| | | @Select("<script> " + |
| | | "select canc.id,su.nick_name as name,su.image_url as headUrl,canc.release_content " + |
| | | ",canc.release_images,canc.comment_num,canc.fabulous_num,canc.forward_num,canc.views_num " + |
| | | ",canc.is_boutique,canc.create_at,canc.reply_at from com_act_neighbor_circle as canc " + |
| | | ",canc.is_boutique,canc.create_at,canc.reply_at,su.community_id,canc.type from com_act_neighbor_circle as canc " + |
| | | " left join sys_user as su on su.user_id = canc.release_id where id = #{circleId}"+ |
| | | " </script>") |
| | | ComActNeighborCircleDetailAppVO neighborDetailByApp(@Param("circleId") Long circleId); |