liurunyu
2025-08-06 1b910faabb48b3355783a612e41c5b55942c34a4
pipIrr-platform/pipIrr-web/pipIrr-web-model/src/main/java/com/dy/pipIrrModel/param/ParamCtrl.java
@@ -52,7 +52,7 @@
                            schema = @Schema(implementation = VoParam.class))}
            )
    })
    @GetMapping(path = "one", consumes = MediaType.TEXT_PLAIN_VALUE)
    @GetMapping(path = "one")
    @SsoAop()
    public BaseResponse<VoParam> one(Long id){
        return BaseResponseUtils.buildSuccess(this.sv.selectById(id));
@@ -168,7 +168,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){