liurunyu
2025-08-06 ed991968dafbd50f7a2e06667ad4070694f02eee
pipIrr-platform/pipIrr-web/pipIrr-web-model/src/main/java/com/dy/pipIrrModel/param/ParamCtrl.java
@@ -70,7 +70,7 @@
                            schema = @Schema(implementation = VoParam.class))}
            )
    })
    @PostMapping(path = "some", consumes = MediaType.APPLICATION_JSON_VALUE)
    @GetMapping(path = "some")
    @SsoAop()
    public BaseResponse<QueryResultVo<List<VoParam>>> all(){
        try {