|
@@ -60,7 +60,7 @@ public class UserPlatformServiceImpl extends ServiceImpl<IUserPlatformMapper, Us
|
|
|
if(platform != null){
|
|
|
UserPlatform userPlatform = new UserPlatform();
|
|
|
userPlatform.setUserId(userId);
|
|
|
- userPlatform.setPlatformKey(platform.getKey());
|
|
|
+ userPlatform.setPlatformKey(platform.getPlatformKey());
|
|
|
userPlatform.setPlatformId(platform.getId());
|
|
|
this.save(userPlatform);
|
|
|
}
|