|
@@ -207,7 +207,7 @@ public class UserServiceImpl extends BaseServiceImpl<User, String> implements Us
|
|
map.put("unionid", user.getUnionid());
|
|
map.put("unionid", user.getUnionid());
|
|
map.put("photo", StringUtil.isNotEmpty(user.getPhoto())?user.getPhoto():"");
|
|
map.put("photo", StringUtil.isNotEmpty(user.getPhoto())?user.getPhoto():"");
|
|
//tokenManager.hset(key,map);
|
|
//tokenManager.hset(key,map);
|
|
- toOther(user);
|
|
|
|
|
|
+ //toOther(user);
|
|
return map;
|
|
return map;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
@@ -256,7 +256,7 @@ public class UserServiceImpl extends BaseServiceImpl<User, String> implements Us
|
|
map.put("unionid", user.getUnionid());
|
|
map.put("unionid", user.getUnionid());
|
|
map.put("photo", StringUtil.isNotEmpty(user.getPhoto())?user.getPhoto():"");
|
|
map.put("photo", StringUtil.isNotEmpty(user.getPhoto())?user.getPhoto():"");
|
|
}
|
|
}
|
|
- toOther(user);
|
|
|
|
|
|
+ //toOther(user);
|
|
return map;
|
|
return map;
|
|
}
|
|
}
|
|
|
|
|