Browse Source

后台-订单-新增撤回功能

xupuyuan 10 months ago
parent
commit
acf68178de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/admin/order/Order.php

+ 1 - 1
app/controller/admin/order/Order.php

@@ -351,7 +351,7 @@ class Order extends BaseController
351 351
                 $pv = $this->getValue('user_pv_log', ['order_id' => $order_id, 'status' => 1,], 'pv');
352 352
                 $this->backupAndDelete('user_pv_log', ['order_id' => $order_id]);
353 353
            // 取出 vr 消耗
354
-           $payVr = $this->getValue('user_sign_vr', ['order_id' => $order_id, 'type' => 2,], 'number');
354
+ //          $payVr = $this->getValue('user_sign_vr', ['order_id' => $order_id, 'type' => 2,], 'number');
355 355
            // 取出购买赠送积分 / 支出积分
356 356
                 $score = $this->getValue('user_sign_score', ['order_id' => $order_id, 'status' => 1,'source_type' => 3,'uid' => $uid,], 'reward_score');
357 357
                 $payScore = $this->getValue('user_sign_score', ['order_id' => $order_id, 'status' => 1,'pm' => 2,'uid' => $uid,], 'reward_score');