luoxinwu
2023-12-25 53d8d2329c6ff20b73e5e0e5a5df65cd1c209e05
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/api/NeighborApi.java
@@ -1,6 +1,7 @@
package com.panzhihua.service_community.api;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletResponse;
import com.panzhihua.service_community.model.dos.ComActNeighborCircleDO;
import org.springframework.beans.BeanUtils;
@@ -429,6 +430,14 @@
    }
    /**
     * 导出
     */
    @GetMapping("/export")
    public R export(@RequestParam("year") Integer year, @RequestParam("belongTo") String belongTo, @RequestParam("communityId") Long communityId, HttpServletResponse response) throws Exception {
        return this.comActNeighborCircleService.export(year,belongTo,communityId,response);
    }
    /**
     * 小程序服务统计
     * @param serviceStaticDTO
     * @return