|
@@ -57,7 +57,7 @@ public class JyUserPlatformServiceImpl extends ServiceImpl<IJyUserPlatformMapper
|
|
|
if(loginPlatformId == null){
|
|
|
throw new BusinessException(ResultCode.MISSING_REQUIRED_PARAMETERS);
|
|
|
}
|
|
|
- param.setPlatform(loginPlatformId);
|
|
|
+ param.setPlatformId(loginPlatformId);
|
|
|
this.bindPlatform(param.getId(),loginPlatformId);
|
|
|
}
|
|
|
|