Your Name 2 年之前
父節點
當前提交
270e88c961
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/cash/database/shop_sell.php

+ 1 - 1
app/cash/database/shop_sell.php

@@ -204,7 +204,7 @@ return array
                 'state' => 1,
             ),
             'type' => 'all',
-            'order' => array('id' => 'desc','day'=>'desc'),
+            'order' => array('day'=>'desc','id' => 'desc'),
             'page' => array(10, 'list'),
             'col' => '*',
         ),