|
@@ -16,7 +16,7 @@ class refill_evidenceControl extends mbMerchantControl
|
|
|
if ($_GET['start_time'] && $_GET['end_time']) {
|
|
|
$cond['add_time'] = ['between', [$_GET['start_time'], $_GET['end_time']]];
|
|
|
}
|
|
|
- $list = $model_merchant->getRefillEvidence($cond, $this->page, '*', 'add_time desc', 10);
|
|
|
+ $list = $model_merchant->getRefillEvidence($cond, $this->page, '*', 'add_time desc', 10, true);
|
|
|
$list = $this->RefillEvidenceFormat($list);
|
|
|
$result['data'] = $list;
|
|
|
$result['total'] = $model_merchant->gettotalpage();
|