Browse Source

网格党建平面图 饼图,查询agency_pids

feature/teamB_zz_wgh
HAHA 3 years ago
parent
commit
30f5af785b
  1. 2
      epmet-user/epmet-user-server/src/main/resources/mapper/IcVolunteerPolyDao.xml

2
epmet-user/epmet-user-server/src/main/resources/mapper/IcVolunteerPolyDao.xml

@ -97,7 +97,7 @@
p.CUSTOMER_ID = #{customerId} and c.VOLUNTEER_CATEGORY is not null p.CUSTOMER_ID = #{customerId} and c.VOLUNTEER_CATEGORY is not null
AND AND
c.VOLUNTEER_CATEGORY != '' c.VOLUNTEER_CATEGORY != ''
AND p.AGENCY_ID = #{agencyId} AND ( p.AGENCY_ID = #{agencyId} or p.AGENCY_PIDS like '%${agencyId}%' )
AND p.del_flag = '0' AND p.del_flag = '0'
GROUP BY GROUP BY
c.VOLUNTEER_CATEGORY c.VOLUNTEER_CATEGORY

Loading…
Cancel
Save