wanghousheng 8 months ago
parent a51d22e88a
commit 5f8e2b2bce
  1. 3
      app/command/CalDealerTime.php

@ -15,7 +15,7 @@ use think\db\exception\DbException;
use think\db\exception\ModelNotFoundException;
// /www/server/php/74/bin/php /server/wwwroot/yanzong/think CalDealerTime
// /www/server/php/74/bin/php /server/wwwroot/sass.royaum.com.cn/ think CalDealerTime
class CalDealerTime extends Command
{
protected function configure()
@ -36,6 +36,7 @@ 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);

Loading…
Cancel
Save