Selaa lähdekoodia

mchsrv update

xiaoyu 3 vuotta sitten
vanhempi
commit
384ac36434
2 muutettua tiedostoa jossa 559 lisäystä ja 559 poistoa
  1. 558 558
      mchsrv/control/merchant_info.php
  2. 1 1
      mchsrv/control/refill_evidence.php

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 558 - 558
mchsrv/control/merchant_info.php


+ 1 - 1
mchsrv/control/refill_evidence.php

@@ -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();