Browse Source

自动切换模式5

master
wanghongjun 3 weeks ago
parent
commit
6d76a90238
  1. 2
      app/Console/Commands/AutomaticallyStartActivity.php

2
app/Console/Commands/AutomaticallyStartActivity.php

@ -64,6 +64,8 @@ class AutomaticallyStartActivity extends Command
} elseif ($is_manual == 1) { } elseif ($is_manual == 1) {
// 手动开始的不切换模式 // 手动开始的不切换模式
$start = false; $start = false;
} else {
$start = false;
} }
} }

Loading…
Cancel
Save