* [bug#69047,done,0.2h] fix check import same module cases fail.

This commit is contained in:
tianshujie
2026-01-16 09:12:43 +08:00
parent 6c62edf394
commit 02ec3f7dff
-1
View File
@@ -2823,7 +2823,6 @@ class testcaseModel extends model
{
$importedModules = $this->dao->select('fromCaseID,module')->from(TABLE_CASE)
->where('product')->eq($productID)
->andWhere('lib')->eq($libID)
->beginIF($branch != 'all')->andWhere('branch')->eq($branch)->fi()
->andWhere('fromCaseID')->ne('0')
->andWhere('deleted')->eq('0')