This commit is contained in:
wangxuepeng
2023-02-22 08:24:23 +00:00
parent f710936784
commit d20c27d18d
+1
View File
@@ -450,6 +450,7 @@ class executionModel extends model
->checkIF($sprint->end != '', 'end', 'ge', $sprint->begin)
->checkFlow()
->exec();
/* Add the creater to the team. */
if(!dao::isError())
{