Browse Source

先进支部排行按总指标分降序展示

master
sunyuchao 5 years ago
parent
commit
0236e69deb
  1. 1
      epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenIndexDataMonthlyDao.xml

1
epmet-module/data-report/data-report-server/src/main/resources/mapper/screen/ScreenIndexDataMonthlyDao.xml

@ -211,6 +211,7 @@
AND dm.org_type = 'grid' AND dm.org_type = 'grid'
AND dm.month_id = #{monthId} AND dm.month_id = #{monthId}
AND dm.all_parent_ids LIKE concat('%', #{agencyId}, '%') AND dm.all_parent_ids LIKE concat('%', #{agencyId}, '%')
ORDER BY dm.index_total DESC
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save