* [bug#57964] fix bug for project release.

This commit is contained in:
liyang
2024-12-19 11:13:26 +08:00
committed by 曹延义
parent 5fe289eb6c
commit bb758cb0d3
+1 -1
View File
@@ -35,7 +35,7 @@ class projectreleaseModel extends model
->beginIF($type == 'review')->andWhere("FIND_IN_SET('{$this->app->user->account}', t1.reviewers)")->fi()
->orderBy($orderBy)
->page($pager)
->fetchAll();
->fetchAll('', false);
$buildIdList = array();
$productIdList = array();