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