@@ -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;