فهرست منبع

[智价云] 统计查询调试

tangyuanwang 18 ساعت پیش
والد
کامیت
560e1e60ff
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/Http/Controllers/Manager/Process/SubNotice.php

+ 1 - 1
app/Http/Controllers/Manager/Process/SubNotice.php

@@ -37,7 +37,7 @@ class SubNotice extends Controller
         if (!$result)  return 5;
         $key_index = 0;
         foreach ($result as $key => $item) {
-            $second = 300 * $key_index; // 每个商户延迟 300 秒
+            $second = 60 * $key_index; // 每个商户延迟 60 秒
             //查询低价商品清洗清洗情况
             $action1 = $ExecuteLogModel->query()->where([['code', '=', 'LowPriceGoodsJobs'], ['company_id', '=', $item['id']], ['status', '=', '0'], ['insert_time', '>=', $todayStart], ['insert_time', '<=', $todayEnd]])->count();
             if ($action1 < 1) continue;