This commit is contained in:
chaideqing
2023-11-10 01:30:19 +00:00
parent ec349ab33f
commit 0169b596a5
+1 -1
View File
@@ -571,7 +571,7 @@ class programModel extends model
->orWhere("CONCAT(',', t1.whitelist, ',')")->like("%,{$this->app->user->account},%")
->markRight(1);
}
$projectList = $stmt->orderBy($orderBy)->page($pager)->fetchAll('id');
$projectList = $stmt->orderBy($orderBy)->page($pager, 't1.id')->fetchAll('id');
/* Determine how to display the name of the program. */
if($programTitle and in_array($this->config->systemMode, array('ALM', 'PLM')))