|
|
|
@ -60,7 +60,7 @@ class AutomaticallyStartActivity extends Command |
|
|
|
$run_id = $runRes['id']; |
|
|
|
$is_manual = $runRes['is_manual']; |
|
|
|
if ($end_time && strtotime($end_time) <= $now_times) { |
|
|
|
$EventCalendarService->updateStatus($run_id, 2); |
|
|
|
$EventCalendarService->updateStatus($run_id, $this->user_id, 2); |
|
|
|
} elseif ($is_manual == 1) { |
|
|
|
// 手动开始的不切换模式 |
|
|
|
$start = false; |
|
|
|
|