north-glass-erp/src/main/java/com/example/erp/service/pp/ReportService.java @@ -1680,7 +1680,6 @@ List<String> list = new ArrayList<>(); list.add(startDate); list.add(endDate); System.out.println(list); map.put("selectDate",list); return map; }