From dd867933c8a68937675cdfff48b81a8ae3299910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E4=B8=96=E7=95=8C?= <642747453@qq.com> Date: Tue, 11 Apr 2023 16:28:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20#10000=20=E6=8E=A5=E5=8F=A3=E8=AF=B7?= =?UTF-8?q?=E6=B1=82=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Console/Commands/Swoole.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/Swoole.php b/app/Console/Commands/Swoole.php index 5d0a600..ebf34af 100644 --- a/app/Console/Commands/Swoole.php +++ b/app/Console/Commands/Swoole.php @@ -50,7 +50,6 @@ class Swoole extends Command $endTime = DateTimeUtils::getMicroTime(); $beginTime = $endTime - 3000; $endTime += 3000; - Log::info($beginTime . '--' . $endTime); foreach ($shops as $shop) { BusinessFactory::init()->make($shop->plat_id)->setShop($shop)->downloadOrdersAndSave($beginTime, $endTime, 'increment'); }