Explorar el Código

电商直投订单补充上报

shensong00 hace 3 días
padre
commit
d4e34aca2e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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
     }