From 39e8e4cb898d04415cd72f156265444d55791587 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Thu, 19 Jun 2025 07:59:03 +0000 Subject: [PATCH] * [misc] add comment. --- module/execution/model.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */