WIN-2308041133\Administrator 5 months ago
parent
commit
3a7b2ba09c
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

@@ -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]);
             }
         }
         //份额和积分变动时触发