| | |
| | | * @date 2022-09-07 11:23:51 |
| | | */ |
| | | IPage<ComEvent> pageByComEvent(@Param("comEvent") ComEvent comEvent, Page pagination); |
| | | IPage<ComEvent> pageByComEventExpert(@Param("eventIds") List<Long> eventIds,@Param("comEvent") ComEvent comEvent, Page pagination); |
| | | /** |
| | | * |
| | | * 获取专家名下的所有事件id |
| | | * @param expertId 专家id |
| | | * */ |
| | | List<Long> listEventIds(Long expertId); |
| | | /** |
| | | * description 三说会堂事件表列表数据 |
| | | * |
| | |
| | | * */ |
| | | List<EventRateVO> mediateTypeRate(); |
| | | |
| | | /** |
| | | * 获取用户头像 |
| | | * */ |
| | | String getUserAvatar(Long userId); |
| | | |
| | | /** |
| | | * 添加事件-专家对应记录 |
| | | * @param status 流转状态( |
| | | * 0创建时分配,只有一条记录 |
| | | * 1上报后重新分配 |
| | | * 2拒绝后重新分配 |
| | | * ) |
| | | * */ |
| | | void insertEventAndExpertRecord(@Param("eventId") Long eventId, @Param("expertId") Long experId,@Param("status")Integer status); |
| | | } |