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