右上角头像

This commit is contained in:
吕金泽
2022-02-01 19:04:36 +08:00
parent d60ef3f8ef
commit 13404cf208
2 changed files with 3 additions and 3 deletions
@@ -5,7 +5,7 @@
"groupId" : "4f0230049d7e4f39b1e0897cc0f46f9a",
"name" : "个人信息修改",
"createTime" : null,
"updateTime" : 1643710989215,
"updateTime" : 1643713357950,
"lock" : "0",
"method" : "POST",
"path" : "/center/update",
@@ -31,4 +31,4 @@ var data = {
if(newPassword){
data.password = newPassword ? SaSecureUtil.sha256(newPassword) : ''
}
return db.table('sys_user').primary('id').update(data)
return db.table('sys_user').primary('id').update(data, true)