|
@@ -18,7 +18,7 @@ class refill_exceptionModel extends Model
|
|
|
parent::__construct('refill_exception');
|
|
|
}
|
|
|
|
|
|
- public function getExceptionList($condition, $pagesize = '',$total = 0, $field = '*', $order = 'add_time desc', $limit = '', $master = false)
|
|
|
+ public function getExceptionList($condition, $pagesize = '',$total = 0, $field = '*', $order = 'order_time desc', $limit = '', $master = false)
|
|
|
{
|
|
|
$list = $this->table('refill_exception,refill_order')
|
|
|
->field($field)->where($condition)
|