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); }