Fancy
2024-12-27 1172bde3b4613ac039b13e19d30ded5b92e3d65f
pms-parent/pms-web-other/src/main/java/com/dy/pmsOther/screen/ScreenReportCtrl.java
@@ -33,7 +33,7 @@
    public BaseResponse<Map<String, Object>> getDeviceInfo(String deviceNo) {
        log.info("DeviceReportCtl.getDeviceInfo():{}",deviceNo);
        Map<String, Object> result = sv.getDeviceInfo(deviceNo);
        return BaseResponseUtils.buildSuccess(null);
        return BaseResponseUtils.buildSuccess(result);
    }
    /**
     * 根据时间区间查询 所有过站记录