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; } }