Browse Source

待审核党员总数sql修改

dev_shibei_match
yinzuomei 5 years ago
parent
commit
01d208f7e5
  1. 3
      epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partymember/PartymemberInfoDao.xml

3
epmet-module/resi-partymember/resi-partymember-server/src/main/resources/mapper/partymember/PartymemberInfoDao.xml

@ -116,7 +116,7 @@
limit 1
</select>
<!-- 返回各个网格内待审核的党员数 -->
<!-- 返回各个网格内待审核的党员数 自动审核失败且填写了补充信息的-->
<select id="selectCountAuditting" parameterType="map" resultType="com.epmet.resi.partymember.dto.partymember.result.PartyAuthProcessingCountResultDTO">
SELECT
pi.GRID_ID AS gridId,
@ -126,6 +126,7 @@
WHERE
pi.DEL_FLAG = '0'
AND pi.CONFIRM_RESULT = 'auto_confirm_failed'
AND pi.EXTRA_ORGANIZATION IS NOT NULL
<if test="gridIdList!=null and gridIdList.size()!=0">
AND pi.GRID_ID IN
<foreach collection="gridIdList" item="gridId" open="(" close=")" separator=",">

Loading…
Cancel
Save