* Adjust code logic for 30389.

This commit is contained in:
liuhong
2023-01-31 01:38:33 +00:00
parent b75714f5b1
commit 40ca0b3f77
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -2044,7 +2044,6 @@ class project extends control
/* Delete the execution under the project. */
$executionIdList = $this->loadModel('execution')->getPairs($projectID);
$this->dao->update(TABLE_BUG)->set('execution')->eq(0)->where('execution')->in(array_keys($executionIdList))->exec();
/* Delete shadow product.*/
$project = $this->project->getByID($projectID);