WIN-2308041133\Administrator 4 meses atrás
pai
commit
c623e54ecb
1 arquivos alterados com 1 adições e 1 exclusões
  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'];