* finish task #2178.

This commit is contained in:
wangyidong
2015-01-19 16:52:01 +08:00
parent 82fe463764
commit a6078c9054
+1 -1
View File
@@ -243,7 +243,7 @@ class testtask extends control
$queryID = ($browseType == 'bysearch') ? (int)$param : 0;
/* Append id for secend sort. */
$sort = $this->loadModel('common')->appendOrder($orderBy);
$sort = $this->loadModel('common')->appendOrder($orderBy, 't2.id');
/* Get task and product info, set menu. */
$task = $this->testtask->getById($taskID);