pipIrr-platform/pipIrr-web/pipIrr-web-remote/src/main/java/com/dy/pipIrrRemote/video/VideoCtrl.java
@@ -72,7 +72,7 @@ }) @PostMapping(path = "some", consumes = MediaType.APPLICATION_JSON_VALUE) @SsoAop() public BaseResponse<QueryResultVo<List<VoVideo>>> some(CameraQo queryQo){ public BaseResponse<QueryResultVo<List<VoVideo>>> some(VideoQo queryQo){ try { ViYsApp ysApp = this.ysSv.selectSingleton() ; if(ysApp == null){