Browse Source

..

dev_shibei_match
zxc 4 years ago
parent
commit
e220b22c7c
  1. 2
      epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml

2
epmet-module/data-statistical/data-statistical-server/src/main/resources/mapper/user/UserDao.xml

@ -804,7 +804,7 @@
<!-- 查询党员的总量与增量【新方法】 -->
<select id="selectPartyTotalAndIncrNew" resultType="com.epmet.dto.user.result.PartyTotalAndIncrResultDTO">
SELECT
IFNULL(count(urole.USER_ID),0) AS total,
IFNULL(count(DISTINCT urole.USER_ID),0) AS total,
rr.GRID_ID,
IFNULL(t.userCount,0) AS monthlyIncr,
IFNULL(d.userCount,0) AS dailyIncr

Loading…
Cancel
Save