无关风月
2025-03-10 49fb5dff4e64c84572f9fad27ebd2969705d3eaf
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/TIntegralRuleController.java
@@ -79,6 +79,12 @@
        return R.ok(res);
    }
    
    @PostMapping("/getSet2")
    public R<TIntegralRule> getSet2() {
        TIntegralRule res = integralRuleService.getOne(new QueryWrapper<>());
        return R.ok(res);
    }
    
    
    @GetMapping("/getSet1")