Commit cf0c4d1f authored by 任国军's avatar 任国军

fix registerUserInfo

parent 01facf64
Pipeline #22828 passed with stage
in 3 seconds
......@@ -184,6 +184,8 @@ class UserService extends Service {
ctx.failed('用户不存在');
}
ctx.setUserUuid(userUuid);
const data = { is_deleted: 0 };
if (!ctx.isEmpty(avatar)) {
data.avatar = avatar;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment