springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActNeighborCircleService.java
@@ -246,5 +246,15 @@ * 机关单位服务统计排行 * @return * */ R institutionalUnitServiceAnalysis(Integer year,Long communityId); R institutionalUnitServiceAnalysis(Integer year, Integer type, Integer range,Long communityId,Integer page,Integer size,String belongTo); /** * 后台服务统计 * @param serviceStaticDTO * @return */ R serviceStaticBackstage(ServiceStaticBackstageDTO serviceStaticDTO); }