jinpengyong
2024-03-19 c5afb6b3503860c679990ccc7208ab418e1c5410
screen-api/src/main/java/com/moral/api/controller/MonitorPointController.java
@@ -115,7 +115,7 @@
        }*/
        params.put("monitorPointList", monitorPoint);
        String[] monitorPointIds = monitorPoint.split(",");
        if (monitorPointIds.length > 3) {
        if (monitorPointIds.length > 7) {
            return ResultMessage.ok();
        }