screen-manage/src/main/java/com/moral/api/service/impl/ManageAccountServiceImpl.java
@@ -397,13 +397,13 @@ manageAccountRoleMapper.insert(manageAccountRole); } } //操作插入日志 insertUpdateLog(accountUpdateForm, oldManageAccount, oldRoles); //销毁token TokenUtils.destoryToken(manageAccount.getId()); //封装返回结果 accountDTO.setCode(ResponseCodeEnum.SUCCESS.getCode()); accountDTO.setMsg(ResponseCodeEnum.SUCCESS.getMsg()); //操作插入日志 insertUpdateLog(accountUpdateForm, oldManageAccount, oldRoles); return accountDTO; }