From dd24cbc19520ab7c08c2e46d70a566935da8b2a5 Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Sun, 27 Sep 2020 16:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=9A=E5=91=98=E5=8F=82=E4=B8=8E=E6=AC=A1?= =?UTF-8?q?=E6=95=B0=E4=B8=AD=E7=9A=84=20=E5=8F=82=E4=B8=8E=EF=BC=9A=20?= =?UTF-8?q?=E8=AE=AE=E9=A2=98=E7=9A=84=E8=A1=A8=E5=86=B3=E8=A1=8C=E4=B8=BA?= =?UTF-8?q?=E6=AC=A1=E6=95=B0=E6=80=BB=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../extract/toscreen/impl/PioneerDataExtractServiceImpl.java | 1 + 1 file changed, 1 insertion(+) diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/toscreen/impl/PioneerDataExtractServiceImpl.java b/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/toscreen/impl/PioneerDataExtractServiceImpl.java index 10f16a3273..d33dba39fd 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/toscreen/impl/PioneerDataExtractServiceImpl.java +++ b/epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/service/evaluationindex/extract/toscreen/impl/PioneerDataExtractServiceImpl.java @@ -62,6 +62,7 @@ public class PioneerDataExtractServiceImpl implements PioneerDataExtractService gridList.forEach(entity -> { entity.setDataEndTime(dateId); String gridId = entity.getOrgId(); + //何为参与: 议题的表决行为次数总计 //1、党员参与议事 entity.setIssueTotal(calPartyPartiIssueTotal(customerId,gridId,null,null,NumConstant.ONE_STR)); if(entity.getIssueTotal()==0){