Przeglądaj źródła

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

xupuyuan 10 miesięcy temu
rodzic
commit
ec38a98476
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      app/controller/admin/order/Order.php

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

@@ -354,7 +354,7 @@ class Order extends BaseController
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
             $this->backupAndDelete('user_sign_vr', ['order_id' => $order_id]);
355
             $this->backupAndDelete('user_sign_vr', ['order_id' => $order_id]);
356
  //           取出购买赠送积分 / 支出积分
356
  //           取出购买赠送积分 / 支出积分
357
-                $score = $this->getValue('user_sign_score', ['order_id' => $order_id, 'status' => 1,'source_type' => 3,'uid' => $uid,'pm' => 1], 'reward_score');
357
+    //            $score = $this->getValue('user_sign_score', ['order_id' => $order_id, 'status' => 1,'source_type' => 3,'uid' => $uid,'pm' => 1], 'reward_score');
358
   //              $payScore = $this->getValue('user_sign_score', ['order_id' => $order_id, 'status' => 1,'pm' => 2,'uid' => $uid,], 'reward_score');
358
   //              $payScore = $this->getValue('user_sign_score', ['order_id' => $order_id, 'status' => 1,'pm' => 2,'uid' => $uid,], 'reward_score');
359
 ////            // 取出推广赠送的积分和推广人的 uid
359
 ////            // 取出推广赠送的积分和推广人的 uid
360
 // //           $spreadScore = $this->getValue('user_sign_score', [
360
 // //           $spreadScore = $this->getValue('user_sign_score', [