| | |
| | | /** |
| | | * 专家风采列表 |
| | | * */ |
| | | List<ExpertShowVO> expertShow(); |
| | | List<ExpertShowVO> expertShow(String appId); |
| | | |
| | | /** |
| | | * 行业分中心分组专家 |
| | |
| | | /** |
| | | * 社区分组专家 |
| | | * */ |
| | | List<ExpertShowVO> selectExpertCommunity(); |
| | | List<ExpertShowVO> selectExpertCommunity(String appId); |
| | | |
| | | |
| | | /** |
| | |
| | | |
| | | Integer selectExpertVoList(); |
| | | |
| | | IPage<ComSanshuoExpertVO> expertList(Page page, @Param("level") Integer level, @Param("id") Long id,@Param("appId")String appId); |
| | | IPage<ComSanshuoExpertVO> expertList(Page page, @Param("level") Integer level, @Param("id") Long id,@Param("appId")String appId,@Param("keyWord")String keyWord); |
| | | } |
| | | |
| | | |