Browse Source

电商直投订单补充上报

shensong00 16 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
             ->limit(3)
151
             ->limit(3)
152
             ->get();
152
             ->get();
153
         foreach($orderList as $orderInfo) {
153
         foreach($orderList as $orderInfo) {
154
+            $orderInfo->ignore_black = true;
154
             TencentAdAuth::intoActionAddListSecond($orderInfo->toArray());
155
             TencentAdAuth::intoActionAddListSecond($orderInfo->toArray());
155
         }
156
         }
156
     }
157
     }