* [misc] add comment.

This commit is contained in:
sunguangming
2025-06-19 07:59:03 +00:00
parent 656a8a48a9
commit 39e8e4cb89
+1 -1
View File
@@ -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. */