| | |
| | | LoginUserInfoVO loginUserInfo1 = this.getLoginUserInfo(); |
| | | loginUserInfo1.setType(userService.detailUser(loginUserInfo.getUserId()).getData().getType()); |
| | | loginUserInfo1.setType(loginUserInfo.getType()); |
| | | return comEventService.pageByComEvent(comEvent, pagination,loginUserInfo); |
| | | return comEventService.pageByComEvent(comEvent, pagination,loginUserInfo1); |
| | | } |
| | | |
| | | |
| | |
| | | order by create_at desc |
| | | </select> |
| | | <select id="listEventIds" resultType="java.lang.Long"> |
| | | select event_id from com_sanshuo_expert_event where expert_id=#{expertId} and status=0 or status=1 |
| | | select event_id from com_sanshuo_expert_event where expert_id=#{expertId} and (status=0 or status=1) |
| | | </select> |
| | | <select id="listByComEvent" resultType="com.panzhihua.service_community.entity.ComEvent"> |
| | | SELECT <include refid="columns" /> |