|
@@ -38,17 +38,17 @@ class Kernel extends ConsoleKernel
|
|
$schedule->command('tip_send')->withoutOverlapping()->hourly();
|
|
$schedule->command('tip_send')->withoutOverlapping()->hourly();
|
|
$schedule->command('received_goods')->withoutOverlapping()->everyMinute();
|
|
$schedule->command('received_goods')->withoutOverlapping()->everyMinute();
|
|
|
|
|
|
- $schedule->command('withdraw_correction_two')->withoutOverlapping()->hourly();
|
|
|
|
- $schedule->command('withdraw_correction_three')->withoutOverlapping()->hourly();//->dailyAt('10:00');//
|
|
|
|
- $schedule->command('withdraw_correction_five')->withoutOverlapping()->twiceDaily(10, 16);//->dailyAt('10:00');
|
|
|
|
- $schedule->command('withdraw_correction_eight')->withoutOverlapping()->dailyAt('11:00');//->everyMinute();
|
|
|
|
|
|
+// $schedule->command('withdraw_correction_two')->withoutOverlapping()->hourly();
|
|
|
|
+// $schedule->command('withdraw_correction_three')->withoutOverlapping()->hourly();//->dailyAt('10:00');//
|
|
|
|
+// $schedule->command('withdraw_correction_five')->withoutOverlapping()->twiceDaily(10, 16);//->dailyAt('10:00');
|
|
|
|
+// $schedule->command('withdraw_correction_eight')->withoutOverlapping()->dailyAt('11:00');//->everyMinute();
|
|
|
|
|
|
- $schedule->command('tip_withdraw')->withoutOverlapping()->everyMinute();
|
|
|
|
- $schedule->command('tip_withdraw_days')->withoutOverlapping()->dailyAt('15:00');
|
|
|
|
|
|
+// $schedule->command('tip_withdraw')->withoutOverlapping()->everyMinute();
|
|
|
|
+// $schedule->command('tip_withdraw_days')->withoutOverlapping()->dailyAt('15:00');
|
|
|
|
|
|
$schedule->command('fifteen_no_finish')->withoutOverlapping()->dailyAt('10:00');
|
|
$schedule->command('fifteen_no_finish')->withoutOverlapping()->dailyAt('10:00');
|
|
|
|
|
|
- $schedule->command('finished_order')->withoutOverlapping()->everyMinute();
|
|
|
|
|
|
+// $schedule->command('finished_order')->withoutOverlapping()->everyMinute();
|
|
|
|
|
|
$schedule->call(function (){
|
|
$schedule->call(function (){
|
|
Log::error('开始处理手机号');
|
|
Log::error('开始处理手机号');
|