Browse Source

电商直投订单补充上报

shensong00 13 hours ago
parent
commit
f69cf03375
1 changed files with 5 additions and 5 deletions
  1. 5 5
      app/Console/Commands/ECommerceUserActionsDataUpload.php

+ 5 - 5
app/Console/Commands/ECommerceUserActionsDataUpload.php

@@ -501,11 +501,11 @@ class ECommerceUserActionsDataUpload extends Command
501 501
 
502 502
             if (shouldMiss($num, $value['miss_setvale'], $value['miss_value'])) {
503 503
                 // 写入黑名单
504
-                ReportBlackCustomer::query()->insert([
505
-                    'app_id'            => $upData['wechat_app_id'],
506
-                    'mini_openid'       => $upData['wechat_openid'],
507
-                    'launch_account_id' => $upData['account_id'],
508
-                ]);
504
+//                ReportBlackCustomer::query()->insert([
505
+//                    'app_id'            => $upData['wechat_app_id'],
506
+//                    'mini_openid'       => $upData['wechat_openid'],
507
+//                    'launch_account_id' => $upData['account_id'],
508
+//                ]);
509 509
 
510 510
                 if( $this->debug ) {
511 511
                     Log::logInfo('符合漏单条件', [