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