pipIrr-platform/pipIrr-web/pipIrr-web-project/src/main/java/com/dy/pipIrrProject/intake/IntakeCtrl.java
@@ -104,9 +104,9 @@ schema = @Schema(implementation = PrIntake.class))} ) }) @GetMapping(path = "one/{id}") @GetMapping(path = "one") @SsoAop() public BaseResponse<PrIntake> one(@PathVariable("id") Long id) { public BaseResponse<VoAllIntake> one(@RequestParam("id") Long id) { if (this.intakeSv.selectById(id) == null) { return BaseResponseUtils.buildErrorMsg(ProjectResultCode.NO_INTAKES.getMessage()); } else {