Browse Source

emm

dev_shibei_match
zxc 4 years ago
parent
commit
6404899d13
  1. 2
      epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueDao.xml

2
epmet-module/gov-issue/gov-issue-server/src/main/resources/mapper/IssueDao.xml

@ -656,7 +656,7 @@
AND i.ORG_ID_PATH LIKE CONCAT('%',#{orgId})
</if>
ORDER BY (s.SUPPORT_COUNT + s.OPPOSITION_COUNT) DESC,i.created_time DESC LIMIT 50)temp
GROUP BY categoryCode
GROUP BY categoryName
</select>
<!-- 查询组织下每个网格的项目数 -->

Loading…
Cancel
Save