WIN-2308041133\Administrator 6 月之前
父節點
當前提交
383d281b42
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;
     }