Pu Zhibing
2024-12-27 d39d882a8a56d84b76bb407c3b99b82d6d2e4f40
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/controller/AgentApplicationController.java
@@ -88,6 +88,7 @@
        userChangeLogService.save(userChangeLog);
        //变更会员等级
        byId1.setVipId(byId.getApplicationVipId());
        appUserService.updateById(byId1);
        return R.ok(byId);
    }