springcloud_k8s_panzhihuazhihuishequ/common/src/main/java/com/panzhihua/common/service/community/CommunityService.java
@@ -5411,4 +5411,12 @@ */ @GetMapping("/listworkguide/classify") R listWorkGuideByClassifyId(@RequestParam("classifyId") Long classifyId); /** * 小程序查询所有进行中的预约登记 * @param communityId 社区id * @return 社区所有进行中的预约登记列表 */ @GetMapping("/reserve/list") R reserveListApplets(@RequestParam("communityId") Long communityId); }