From 2693ce83edf0eafe53b355f2df41ab447675eb46 Mon Sep 17 00:00:00 2001 From: wanghousheng Date: Tue, 26 Mar 2024 13:54:42 +0800 Subject: [PATCH] 1 --- app/command/CalDealerTime.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/command/CalDealerTime.php b/app/command/CalDealerTime.php index 90ddd391..a41e9e2f 100644 --- a/app/command/CalDealerTime.php +++ b/app/command/CalDealerTime.php @@ -35,7 +35,6 @@ class CalDealerTime extends Command */ protected function execute(Input $input, Output $output) { - var_dump(111); $nowDay = date('Y-m-d'); $this->dealerUser($nowDay); $this->plusUser($nowDay);