Wang Chen 4 years ago
parent
commit
5f284629c2
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/Http/Controllers/QuickApp/WelcomeController.php

+ 5 - 5
app/Http/Controllers/QuickApp/WelcomeController.php

@@ -129,11 +129,11 @@ class WelcomeController extends BaseController
 
         // 获取派单信息
         $adPositions = [];
-        if ($sendOrderId) {
-            $sendOrder      = QappSendOrder::getSendOrderById($sendOrderId);
-            $channelAccount = QappChannelAccount::getByAccount(getProp($sendOrder, 'account'));
-            $adPositions    = AdPositionService::getInstance()->getAdPositions($this->uid, getProp($channelAccount, 'id'));
-        }
+//        if ($sendOrderId) {
+//            $sendOrder      = QappSendOrder::getSendOrderById($sendOrderId);
+//            $channelAccount = QappChannelAccount::getByAccount(getProp($sendOrder, 'account'));
+//            $adPositions    = AdPositionService::getInstance()->getAdPositions($this->uid, getProp($channelAccount, 'id'));
+//        }
 
         // 配置
         $data = [