fengxiang
2018-02-05 5c6a71fbcad27a637c775358d1004ddb95f55729
src/main/java/com/moral/controller/ReportController.java
@@ -38,7 +38,7 @@
   @GetMapping("excel")
   public ResultBean<Boolean> getExcelReport(HttpServletRequest request,HttpServletResponse response) throws Exception {
      Map<String, Object> parameters = getParametersStartingWith(request, null);
      List<Map<String, Object>> list = historyMinutelyService.getMonitorPointOrDeviceAvgData4Excel(parameters);
      List<Map<String, Object>> list = historyMinutelyService.getMonitorPointOrDeviceAvgData(parameters);
      String[][] exportColumn =  new String[2][];
      exportColumn[0] = new String[] { "时间", "20", "time" };
      if (parameters.containsKey("sensors")) {