Browse Source

Merge branch 'dev_screen_data_2.0' into dev_temp

dev_shibei_match
sunyuchao 5 years ago
parent
commit
87c12d022a
  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

@ -213,6 +213,7 @@
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 ORDER BY dm.index_total DESC
LIMIT #{topNum}
</select> </select>
</mapper> </mapper>

Loading…
Cancel
Save