wl
2022-12-12 c555c3d20cfc020bf9cece3146ea32bcc59950f1
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);
    }
}
    }
}