From 6a6f2aaa2e34f62ee320c2b9327dd566b6bfa350 Mon Sep 17 00:00:00 2001
From: puhanshu <a9236326>
Date: 星期二, 26 七月 2022 14:06:35 +0800
Subject: [PATCH] 双争双评bug修改

---
 springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbCheckUnitMapper.java |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbCheckUnitMapper.java b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbCheckUnitMapper.java
index 18bc247..11e3b02 100644
--- a/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbCheckUnitMapper.java
+++ b/springcloud_k8s_panzhihuazhihuishequ/service_partybuilding/src/main/java/com/panzhihua/service_dangjian/dao/ComPbCheckUnitMapper.java
@@ -61,9 +61,10 @@
      * 报到单位统计-顶部数据
      * @param communityId
      * @param belongTo
+     * @param choice
      * @return
      */
-    PbCheckUnitStatisticsVo unitStatisticsTop(@Param("communityId") Long communityId, @Param("belongTo") String belongTo);
+    PbCheckUnitStatisticsVo unitStatisticsTop(@Param("communityId") Long communityId, @Param("belongTo") String belongTo, @Param("choice") String choice);
 
     /**
      * 报到单位统计
@@ -77,9 +78,11 @@
      * 报到党员统计-顶部数据
      * @param communityId
      * @param belongTo
+     * @param choice
+     * @param checkUnitId
      * @return
      */
-    PbCheckUnitStatisticsVo pbStatisticsTop(@Param("communityId") Long communityId, @Param("belongTo") String belongTo);
+    PbCheckUnitStatisticsVo pbStatisticsTop(@Param("communityId") Long communityId, @Param("belongTo") String belongTo, @Param("choice") String choice, @Param("checkUnitId") Long checkUnitId);
 
     /**
      * 报到党员统计-按单位归属统计

--
Gitblit v1.7.1