|
|
@@ -1152,7 +1152,7 @@ class StoreOrderRepository extends BaseRepository
|
|
|
'link_id' => $order['order_id'],
|
|
|
'mark' => $user['nickname'] . '成功消费普通商品' . floatval($order['pay_price']) . '元,奖励分红积分' . $order_award_range,
|
|
|
]);
|
|
|
- User::where('uid', $order['uid'])->update(['ordinary_integral' => $after]);
|
|
|
+ User::where('uid', $order['uid'])->update(['award_integral' => $after]);
|
|
|
}
|
|
|
}
|
|
|
//份额和积分变动时触发
|