[积分商城]优化对接API
This commit is contained in:
@@ -267,7 +267,7 @@ class PlayxJobs
|
||||
if ($order->points_cost <= 0) {
|
||||
return;
|
||||
}
|
||||
$asset = MallPlayxUserAsset::where('user_id', $order->user_id)->find();
|
||||
$asset = MallPlayxUserAsset::where('playx_user_id', $order->user_id)->find();
|
||||
if (!$asset) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user