浏览代码

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

xupuyuan 10 月之前
父节点
当前提交
acf68178de
共有 1 个文件被更改,包括 1 次插入1 次删除
  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');