Fancy
2025-01-07 c208c3ac325eee2d07b4e4f4af9a525e8511aee0
pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/screen/ScreenReportSv.java
@@ -94,6 +94,7 @@
        this.workloadDao = workloadDao;
    }
    public Map<String, Object> getDeviceInfo(String deviceNo) {
        if (StringUtils.isBlank(deviceNo)) {
            return null;
@@ -205,4 +206,9 @@
            }
        }
    }
    public List<JSONObject> queryTopError() {
        List<JSONObject> list = deviceProductionLogDao.queryTopError();
        return list;
    }
}