* fix bug for get needconfirm case.

This commit is contained in:
王怡栋
2021-11-22 15:21:43 +08:00
parent 73aa790f64
commit 0e6e41d003
-1
View File
@@ -314,7 +314,6 @@ class testcaseModel extends model
->leftJoin(TABLE_CASE)->alias('t2')->on('t1.case=t2.id')
->leftJoin(TABLE_STORY)->alias('t3')->on('t2.story = t3.id')
->where('t1.project')->eq((int)$executionID)
->beginIF($browseType != 'all')->andWhere('t2.status')->eq($browseType)->fi()
->andWhere('t2.deleted')->eq('0')
->andWhere('t3.version > t2.storyVersion')
->andWhere("t3.status")->eq('active')