pipIrr-platform/pipIrr-web/pipIrr-web-model/src/main/java/com/dy/pipIrrModel/crops/CropsCtrl.java
@@ -55,7 +55,7 @@ schema = @Schema(implementation = VoCrops.class))} ) }) @GetMapping(path = "one", consumes = MediaType.TEXT_PLAIN_VALUE) @GetMapping(path = "one") @SsoAop() public BaseResponse<VoCrops> one(Long id){ return BaseResponseUtils.buildSuccess(this.sv.selectById(id));