From 7d9fbfdc05485c8e2cb457dffb1fd29580dfb41b Mon Sep 17 00:00:00 2001 From: 101captain <237651143@qq.com> Date: 星期四, 23 十二月 2021 16:02:15 +0800 Subject: [PATCH] Merge branch 'bigscreen_dev' --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActReserveMapper.java | 29 +++++++++++++++++++++++++++++ 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActReserveMapper.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActReserveMapper.java index 437322a..9402f34 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActReserveMapper.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/dao/ComActReserveMapper.java @@ -5,6 +5,8 @@ import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.panzhihua.common.model.dtos.community.reserve.ComActReserveMakeStatisticsDTO; import com.panzhihua.common.model.dtos.community.reserve.PageReserveAdminDTO; +import com.panzhihua.common.model.vos.community.bigscreen.IndexReserve; +import com.panzhihua.common.model.vos.community.bigscreen.IndexReserveSub; import com.panzhihua.common.model.vos.community.reserve.ComActReserveListAdminVO; import com.panzhihua.common.model.vos.community.reserve.ComActReserveMakeLeftStatisticsAdminVO; import com.panzhihua.common.model.vos.community.reserve.ComActReserveMakeRightStatisticsAdminVO; @@ -94,4 +96,31 @@ */ List<ComActReserveIndexVo> getReserveIndexList(@Param("communityId") Long communityId); + /** + * 首页大屏返攀登记数据统计总数 + * @param communityId + * @return + */ + Integer indexBackReserve(@Param("communityId") Long communityId); + + /** + * 首页大屏居家隔离数据统计总数 + * @param communityId + * @return + */ + Integer indexHomeQuarantine(@Param("communityId") Long communityId); + + /** + * 首页大屏返攀登记数据统计选项 + * @param communityId + * @return + */ + List<IndexReserveSub> indexBackReserveSub(@Param("communityId") Long communityId); + + /** + * 首页大屏居家隔离数据统计选项 + * @param communityId + * @return + */ + List<IndexReserveSub> IndexHomeQuarantineSub(@Param("communityId") Long communityId); } -- Gitblit v1.7.1