* fix bug for testreport.

This commit is contained in:
wangyidong
2017-08-28 11:29:18 +08:00
parent 49f8f606f6
commit 57e31b1daf
+1 -1
View File
@@ -66,7 +66,7 @@ class buildModel extends model
->where('t1.project')->eq((int)$projectID)
->andWhere('t1.deleted')->eq(0)
->orderBy('t1.date DESC, t1.id desc')
->fetchAll();
->fetchAll('id');
}
/**