| | |
| | | * @param type |
| | | * @return |
| | | */ |
| | | Integer selectType(@Param("type") Integer type); |
| | | Integer selectType(@Param("type") Integer type,@Param("communityId")Long communityId); |
| | | |
| | | /** |
| | | * 社工技能分布查询 |
| | | * @return |
| | | */ |
| | | List<BigScreenHmkProjectTypeInfo> selectSkillType(); |
| | | List<BigScreenHmkProjectTypeInfo> selectSkillType(Long communityId); |
| | | |
| | | /** |
| | | * 活动社工查询 |
| | | * @param page |
| | | * @param id |
| | | * @return |
| | | */ |
| | | IPage<ComActSocialWorkerVO> selectActivity(Page page,@Param("id") Long id); |
| | | |
| | | /** |
| | | * 查询社工详情 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | ComActSocialWorkerVO selectOneById(Long id); |
| | | |
| | | /** |
| | | * 根据技能id查询社工列表 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | List<ComActSocialWorker> selectIncludeSkillWorkerList(@Param("id") Long id); |
| | | } |