瀏覽代碼

电商直投订单补充上报

shensong00 16 小時之前
父節點
當前提交
f10569c502
共有 1 個文件被更改,包括 1 次插入0 次删除
  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
     }