WIN-2308041133\Administrator 3 달 전
부모
커밋
54f1200139
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/common/repositories/store/order/StoreOrderRepository.php

+ 2 - 2
app/common/repositories/store/order/StoreOrderRepository.php

@@ -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]);
     }