|
@@ -16,7 +16,7 @@ class RenewClass extends BaseClass
|
|
|
|
|
|
|
|
public static function getRenewList($where)
|
|
public static function getRenewList($where)
|
|
|
{
|
|
{
|
|
|
- $data = self::getList('*', $where);
|
|
|
|
|
|
|
+ $data = self::getList('*', $where, 'addTime DESC');
|
|
|
return $data;
|
|
return $data;
|
|
|
}
|
|
}
|
|
|
|
|
|