diff --git a/module/execution/model.php b/module/execution/model.php index 4c74c3bedb..c43f4a2757 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -294,7 +294,7 @@ class executionModel extends model ->checkIF($execution->begin != '', 'begin', 'date') ->checkIF($execution->end != '', 'end', 'date') ->checkIF($execution->end != '', 'end', 'ge', $execution->begin) - ->checkFlow($skipFlow) // 影子迭代跳过检查 + ->checkFlow($skipFlow) // 影子迭代跳过检查 skip check flow for shadow iteration ->exec(); /* Add the creator to the team. */