mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 17:38:48 +08:00
配置修改
This commit is contained in:
parent
0a0a389b2f
commit
b070e0e61a
@ -190,7 +190,7 @@ public class AuthController {
|
||||
SysUserVo sysUserVo = userService.selectUserByUserName(user.getUsername());
|
||||
EqUserConfigBo bo = new EqUserConfigBo();
|
||||
bo.setUserId(sysUserVo.getUserId());
|
||||
bo.setLanguageType("zh-CN");
|
||||
bo.setLanguageType("zh_CN");
|
||||
bo.setTimezoneType("1");//默认 UTC+08:00
|
||||
bo.setTimeFormat("YYYY-MM-DD");
|
||||
bo.setCreateBy(sysUserVo.getUserId());
|
||||
|
||||
Loading…
Reference in New Issue
Block a user