zhanghua
2022-12-12 d1c8038c4de521428e52d838efb106e46f41a997
ycl-platform/src/main/java/com/ycl/controller/cockpit/enforcementEvents/EnforcementEventsController.java
@@ -148,6 +148,6 @@
        infoVO.setIdentification(iBaseCaseService.alCount());
        infoVO.setEvent(iBaseCaseService.selectEventList(params.getBeginTime(),params.getEndTime()));
        return CommonResult.success(infoVO);
    }
}
    }
}