shish 2 years ago
parent
commit
dad53e72b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      biz-ghs/cp/classes/CpClass.php

+ 1 - 1
biz-ghs/cp/classes/CpClass.php

@@ -65,7 +65,7 @@ class CpClass extends BaseClass
 
     public static function getCpList($where)
     {
-        $data = self::getList('*', $where, 'addTime DESC');
+        $data = self::getList('*', $where, 'inTurn DESC,addTime DESC');
         if (!empty($data['list'])) {
             foreach ($data['list'] as $key => $val) {
                 $shortCover = $val['cover'] ?? '';