WIN-2308041133\Administrator 7 mesi fa
parent
commit
383d281b42
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
     }