罗元桥
2021-09-27 d7a8baeff8b0e68c54a959e5f46f639c54aad1d1
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActReserveService.java
@@ -103,6 +103,13 @@
     * @param id
     * @return
     */
    R getById(Long id,Long userId,Long recordId);
    R getById(Long id,Long userId,Long recordId,Integer isBack);
    /**
     * 小程序查询所有进行中的预约登记
     * @param communityId   社区id
     * @return  社区所有进行中的预约登记列表
     */
    R reserveListApplets(Long communityId);
}