WIN-2308041133\Administrator 4 months ago
parent
commit
ac0b9d03cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/common/repositories/store/order/StoreOrderRepository.php

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

@@ -1542,7 +1542,7 @@ class StoreOrderRepository extends BaseRepository
                         if ($user_integral > 0) {
                             $make->incBill($value['uid'], 'award_integral', 'oil_integral', [
                                 'number' => $user_integral,
-                                'title' => $title,
+                                'title' => $title.$v['name'],
                                 'balance' => $after,
                                 'status' => 1,
                                 'link_id' => $order['order_id'],