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

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

@@ -348,7 +348,7 @@ $config = array
                 'state' => 1,
             ),
             'type' => 'all',
-            'order' => array('cdate'=>'desc'),
+            'order' => array('id'=>'desc'),
             'page' => array(10,'list'),
             'col' => 'id,shop_id,price,yue,type,status,cdate',
         ),