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

This commit is contained in:
sunguangming
2025-10-17 02:07:24 +00:00
parent b7e588ac29
commit bee77c37a7
+1 -1
View File
@@ -2797,7 +2797,7 @@ class testcaseModel extends model
->beginIF($browseType != 'bysearch')->andWhere('lib')->eq($libID)->fi()
->beginIF($browseType == 'bysearch')->andWhere($query)->fi()
->beginIF(count($canImport) <= count($canNotImport))->andWhere('id')->in($canImport)->fi()
->beginIF(count($canImport) > count($canNotImport))->andWhere('id')->notIn($canNotImport)->fi()
->beginIF(count($canImport) > count($canNotImport) && !empty($canNotImport))->andWhere('id')->notIn($canNotImport)->fi()
->andWhere('product')->eq(0)
->orderBy($orderBy)
->page($pager)