luoxinwu
2023-12-25 53d8d2329c6ff20b73e5e0e5a5df65cd1c209e05
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/ComActNeighborCircleService.java
@@ -10,6 +10,8 @@
import com.panzhihua.service_community.model.dos.ComActNeighborCircleDO;
import org.springframework.web.bind.annotation.RequestParam;
import javax.servlet.http.HttpServletResponse;
/**
 * @auther lyq
 * @create 2021-04-28 09:20:49
@@ -257,6 +259,11 @@
    R institutionalUnitServiceAnalysis(Integer year, Integer type, Integer range,Long communityId,Integer page,Integer size,String belongTo,Long unitId);
    /**
     * 导出
     */
    R export(Integer year,String belongTo,Long communityId, HttpServletResponse response) throws Exception;
    /**
     * 后台服务统计
     * @param serviceStaticDTO
     * @return