|
|
@@ -1427,8 +1427,8 @@ class StoreOrderRepository extends BaseRepository
|
|
|
'title' => '核销节能油获得分红积分',
|
|
|
'balance' => $after,
|
|
|
'status' => 1,
|
|
|
- 'link_id' => $order['order_id'],
|
|
|
- 'mark' => '服务中心核销节能油获得分红积分' . $integral . '(积分价格:' . $price['price'] . ')',
|
|
|
+ 'link_id' => $service_id,
|
|
|
+ 'mark' => '服务中心核销节能油订单(id:'.$order['order_id'].')获得分红积分' . $integral . '(积分价格:' . $price['price'] . ')',
|
|
|
]);
|
|
|
User::where('uid', $service_id)->update(['award_integral' => $after]);
|
|
|
}
|