Browse Source

order stats update sort

xiaoyu 3 years ago
parent
commit
7ef64d268c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/orderstats.php

+ 1 - 1
admin/control/orderstats.php

@@ -30,7 +30,7 @@ class orderstatsControl extends SystemControl
             $condition['time_stamp'] = ['lt', $end_unixtime];
         }
 
-        $stats_list = $model_refill_order->getOrderStatsList($condition);
+        $stats_list = $model_refill_order->getOrderStatsList($condition, 50, '*', 'time_stamp desc, cname asc');
 
         if ($type == 'provider') {
             $provider_list = Model('')->table('refill_provider,store')->field('refill_provider.store_id,store.store_name')->join('inner')