Browse Source

Merge branch 'master' of http://git.dever.cc/dever-product/churen

Your Name 3 năm trước cách đây
mục cha
commit
42a212cf12
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/shop/database/info.php

+ 1 - 1
app/shop/database/info.php

@@ -855,7 +855,7 @@ return array
                 'state' => 1,
             ),
             'type' => 'all',
-            'order' => array('type' => 'desc', 'reorder' => 'desc', 'id' => 'asc'),
+            'order' => array('type' => 'desc', 'reorder' => 'desc', 'id' => 'desc'),
             'col' => 'id,id as value, concat(sid, name) as name,type,reorder,cdate',
         ),