dever 6 tahun lalu
induk
melakukan
f6722b712f
1 mengubah file dengan 3 tambahan dan 3 penghapusan
  1. 3 3
      code/database/info.php

+ 3 - 3
code/database/info.php

@@ -305,7 +305,7 @@ return array
                 'state' => 1,
             ),
             'type' => 'all',
-            'order' => array('id' => 'desc'),
+            'order' => array('type' => 'asc', 'id' => 'desc'),
             'page' => array(30, 'list'),
             'col' => '*',
         ),
@@ -320,7 +320,7 @@ return array
                 'state' => 1,
             ),
             'type' => 'all',
-            'order' => array('id' => 'desc'),
+            'order' => array('type' => 'asc', 'id' => 'desc'),
             'page' => array(10, 'list'),
             'col' => 'id,code,type',
         ),
@@ -335,7 +335,7 @@ return array
                 'state' => 1,
             ),
             'type' => 'all',
-            'order' => array('type' => 'desc', 'id' => 'desc'),
+            'order' => array('type' => 'asc', 'id' => 'desc'),
             'col' => '*',
         ),
     )