rabin 3 years ago
parent
commit
5436b5af60
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/setting/database/title.php

+ 1 - 1
service/setting/database/title.php

@@ -108,7 +108,7 @@ return array
             ),
             'type' => 'all',
             'order' => array('id' => 'desc'),
-            'col' => '*',
+            'col' => '*|id',
         ),
         'getDataByIds' => array
         (