Commit 636046df by 杨树贤

fix bug

parent 88b979c1
......@@ -31,7 +31,7 @@ class UserIntegralTransformer
continue;
}
$userMobiles[array_get($user,'user_id')] = $user['mobile'];
$certifications[$user['user_id']] = array_get($user, 'company_type', 0);
$certifications[$user['user_id']] = array_get($user, 'auth_type', 0);
}
}
}
......
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 sign in to comment