Commit caffe4e1 by 赵增煜

更新为每日执行一次

parent 251dd4c9
...@@ -22,7 +22,7 @@ protected function schedule(Schedule $schedule): void ...@@ -22,7 +22,7 @@ protected function schedule(Schedule $schedule): void
// $schedule->command('inspire')->hourly(); // $schedule->command('inspire')->hourly();
// $schedule->command('mohe:prescription')->everyMinute(); // $schedule->command('mohe:prescription')->everyMinute();
//$schedule->command('mohe:test')->everyMinute(); //$schedule->command('mohe:test')->everyMinute();
$schedule->command('medical:init')->everyMinute(); $schedule->command('medical:init')->daily();
$schedule->command('cm-prescription:init')->daily(); $schedule->command('cm-prescription:init')->daily();
$schedule->command('wm-prescription:init')->daily(); $schedule->command('wm-prescription:init')->daily();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment