Commit b53f8ec0 authored by 王亮's avatar 王亮

fixed an issues.

parent 40b58586
......@@ -36,6 +36,8 @@ public class UserAttachedMigrationJobHandler {
userInfoEntity.setUserId(i.getUserId());
userInfoEntity.setTenantId(UserConstant.defaultTenantId);
}
userInfoEntity.setCreatedAt(i.getCreatedAt());
userInfoEntity.setUpdatedAt(i.getUpdatedAt());
userInfoEntity.setPhoto(i.getAvatar());
userInfoEntity.setNickName(i.getNick());
......
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