Commit a513576a00373b54044215e7e6e76e3725019e5b

Authored by baohanddd
1 parent dff00ec3d6

add statistics(map) common index

Showing 2 changed files with 2 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/StatisticsController.java View file @ a513576
... ... @@ -154,6 +154,7 @@
154 154 Series groupRiskSeries = new Series();
155 155 groupRiskSeries.setName("高危人数");
156 156 groupRiskSeries.setType("bar");
  157 + groupRiskSeries.setLabel(label);
157 158 mapsData.clear();
158 159 for (AreaData areaData:currentRiskList) {
159 160 String groupName = areaData.getGroupName().replace("预警", "");
platform-reportData/src/main/resources/reportOrm/StatisticsMapper.xml View file @ a513576
... ... @@ -549,7 +549,7 @@
549 549 AND F.HIGH_RISK_GROUP<>'其他'
550 550 AND B.EXAMINE_HISTORY_NUM=1
551 551 AND B.INSERT_DATE<=TRUNC(SYSDATE)
552   - AND B.INSERT_DATE>=TRUNC(ADD_MONTHS(SYSDATE,-6))
  552 + AND B.INSERT_DATE>=TRUNC(ADD_MONTHS(SYSDATE,-12))
553 553 ]]>
554 554 <if test="provinceId != null and provinceId != ''">
555 555 AND D.PROVINCE_ID=#{provinceId}