浏览代码

电商直投订单补充上报

shensong00 16 小时之前
父节点
当前提交
d4e34aca2e
共有 1 个文件被更改,包括 1 次插入0 次删除
  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
     }