From f1bcbc43e988d0d1a91bea66a9ebbf6d601e48c0 Mon Sep 17 00:00:00 2001 From: yanghui <2536613402@qq.com> Date: 星期四, 13 十月 2022 10:33:19 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/huacheng_test' into huacheng_test --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 55 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java index 9f53844..303d8d5 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/BigScreenStatisticsService.java @@ -291,4 +291,59 @@ * @return */ R getCourtyardBaseData(Long communityId); + + /** + * 孵化中心-基础数据 + * @param communityId + * @return + */ + R getHatchBaseData(Long communityId); + + /** + * 孵化中心-孵化成果展示列表 + * @param pageBaseDTO + * @return + */ + R pageHatchResult(PageBaseDTO pageBaseDTO); + + /** + * 孵化中心-孵化进度展示列表 + * @param pageBaseDTO + * @return + */ + R pageHatchSchedule(PageBaseDTO pageBaseDTO); + + /** + * 五社联动基础数据 + * @param communityId + * @return + */ + R getFiveAssociationsBaseData(Long communityId); + + /** + * 五社联动项目展示列表 + * @param pageBaseDTO + * @return + */ + R pageSocialProjectList(PageBaseDTO pageBaseDTO); + + /** + * 五社联动社会组织展示列表 + * @param pageBaseDTO + * @return + */ + R pageSocialOrgList(PageBaseDTO pageBaseDTO); + + /** + * 人大代表 + * @param communityId + * @return + */ + R dpcBase(Long communityId); + + /** + * 人大代表-随手拍展示列表 + * @return + */ + R dpcEasyPhotoList(PageBaseDTO pageBaseDTO); } -- Gitblit v1.7.1