WIN-2308041133\Administrator 4 月之前
父節點
當前提交
c623e54ecb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/common/model/Lave.php

+ 1 - 1
application/common/model/Lave.php

@@ -113,7 +113,7 @@ class Lave extends BaseModel
     {
         $model = new self;
         $xwhere = null;
-        $order = "id desc";
+        $order = "paytime desc";
         if (isset($where['cid']) && $where['cid'] > 0) $xwhere['cid'] = $where['cid'];
         if (isset($where['user_id']) && $where['user_id'] > 0) $xwhere['user_id'] = $where['user_id'];
         if (isset($where['category_id']) && $where['category_id'] > 0) $xwhere['category_id'] = $where['category_id'];