springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActSocialOrgDao.java
@@ -24,4 +24,11 @@ * @return */ IPage<ComActSocialOrgVO> pageList(Page page, @Param("commonPage")CommonPage commonPage); /** * 主键查询 * @param id * @return */ ComActSocialOrgVO detail(Long id); }