guoyujie
2025-12-04 eba3314826d53ff0f7e5679d185baaff84e50354
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;
    }