101captain
2022-02-17 b03d6975514e07ab91b2b033098a0d65ded19b15
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActSocialWorkerDao.java
@@ -41,11 +41,20 @@
     * @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);
}