Your ROOT_URL in app.ini is http://git.zky.com/ but you are visiting http://61.178.84.89:8998/luoluo/ry_zhky/commit/d357c36fa3c883ba7f62dd387ab168be6e62e963?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

feat:问题修改

pg_adapter
wangxy 8 months ago
parent 4d52a7a07e
commit d357c36fa3

@ -168,6 +168,7 @@ public class SysUserController extends BaseController {
return error("修改用户'" + user.getLoginName() + "'失败,邮箱账号已存在");
}
user.setUpdateBy(getLoginName());
user.setExamine("2");
AuthorizationUtils.clearAllCachedAuthorizationInfo();
return toAjax(userService.updateUser(user));
}

Loading…
Cancel
Save