* Finish task #73238.

This commit is contained in:
Yagami
2022-10-26 16:53:01 +08:00
parent 2f04710843
commit 7299a84a97
Regular → Executable
+1 -1
View File
@@ -1635,7 +1635,7 @@ class executionModel extends model
->beginIF($limit)->limit($limit)->fi()
->fetchAll('id');
if(isset($project->model) and $project->model == 'waterfall')
if(isset($project->model) and $project->model == 'waterfall' and $project->division)
{
$executionList = array();
$executionProducts = $this->dao->select('t1.project,t1.product')->from(TABLE_PROJECTPRODUCT)->alias('t1')