luodangjia
2025-01-17 d0b043b8fa5f19d1295cac50fece0c65fceb3920
ruoyi-service/ruoyi-account/src/main/java/com/ruoyi/account/controller/AgentApplicationController.java
@@ -92,6 +92,7 @@
        byId.setStatus(status);
        byId.setRemark(remark);
        agentApplicationService.updateById(byId);
        if(2 == status){
        AppUser byId1 = appUserService.getById(byId.getAppUserId());
        //插入等级变化数据
        UserChangeLog userChangeLog = new UserChangeLog();
@@ -132,6 +133,7 @@
        }
        appUserService.updateById(byId1);
        }
        return R.ok(byId);
    }