WIN-2308041133\Administrator 5 months ago
parent
commit
383d281b42
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/common/dao/user/AwardIntegralPriceDao.php

+ 0 - 1
app/common/dao/user/AwardIntegralPriceDao.php

@@ -44,7 +44,6 @@ class AwardIntegralPriceDao extends BaseDao
             ->when(isset($where['day']) && $where['day'] !== '',function($query) use($where){
                 $query->where('day',$where['day']);
             });
-        $query->order('create_time DESC');
         return $query;
     }