Browse Source

电商直投订单补充上报

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

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

@@ -152,6 +152,7 @@ class Test extends Command
152 152
             ->get();
153 153
         foreach($orderList as $orderInfo) {
154 154
             $orderInfo->ignore_black = true;
155
+            $this->info('order_id:'.$orderInfo->order_id);
155 156
             TencentAdAuth::intoActionAddListSecond($orderInfo->toArray());
156 157
         }
157 158
     }