Browse Source

电商直投订单补充上报

shensong00 14 hours ago
parent
commit
f10569c502
1 changed files with 1 additions and 0 deletions
  1. 1 0
      app/Console/Commands/Test.php

+ 1 - 0
app/Console/Commands/Test.php

@@ -151,6 +151,7 @@ class Test extends Command
151 151
             ->limit(3)
152 152
             ->get();
153 153
         foreach($orderList as $orderInfo) {
154
+            $orderInfo->ignore_black = true;
154 155
             TencentAdAuth::intoActionAddListSecond($orderInfo->toArray());
155 156
         }
156 157
     }