pipIrr-platform/pipIrr-web/pipIrr-web-project/src/main/java/com/dy/pipIrrProject/video/CameraCtrl.java
@@ -120,7 +120,7 @@ schema = @Schema(implementation = ViCamera.class))} ) }) @GetMapping(path = "one", consumes = MediaType.TEXT_PLAIN_VALUE) @GetMapping(path = "one") @SsoAop() public BaseResponse<ViCamera> one(Long id){ return BaseResponseUtils.buildSuccess(this.sv.selectById(id)); @@ -214,7 +214,7 @@ schema = @Schema(implementation = Boolean.class))} ) }) @GetMapping(path = "delete", consumes = MediaType.TEXT_PLAIN_VALUE) @GetMapping(path = "delete") @SsoAop() public BaseResponse<Boolean> delete(Long id){ if(id == null){