* [bug#59398,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-03-03 14:45:22 +08:00
committed by 田淑杰
parent ad1ec7981d
commit 13a2aa46eb
+1 -1
View File
@@ -280,7 +280,7 @@ class executionModel extends model
$this->executionTao->addExecutionMembers($executionID, $postMembers);
$this->executionTao->createMainLib($execution->project, $executionID, $execution->type);
$this->loadModel('personnel')->updateWhitelist(explode(',', $execution->whitelist), 'execution', $executionID);
$this->loadModel('personnel')->updateWhitelist(explode(',', $execution->whitelist), 'sprint', $executionID);
if($execution->acl != 'open') $this->updateUserView($executionID);
$this->updateProducts($executionID, $execution);