diff --git a/app/Console/Commands/AutomaticallyStartActivity.php b/app/Console/Commands/AutomaticallyStartActivity.php index 135a550..6551380 100644 --- a/app/Console/Commands/AutomaticallyStartActivity.php +++ b/app/Console/Commands/AutomaticallyStartActivity.php @@ -64,6 +64,8 @@ class AutomaticallyStartActivity extends Command } elseif ($is_manual == 1) { // 手动开始的不切换模式 $start = false; + } else { + $start = false; } }