Pu Zhibing
2025-01-13 36dd5e7edf18d0ab0e0d57ed960bdbd8aa770c40
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/controller/VipSettingController.java
@@ -207,6 +207,8 @@
    @ApiOperation(value = "设置", tags = {"后台-会员等级设置"})
    public R<Void> managelevelset(@RequestBody SetDto setDto) {
        vipSettingService.updateBatchById(setDto.getVipSettingList());
        //会员降级检测
        appUserClient.demotionDetection();
        return R.ok();
    }