xiaoyu před 3 roky
rodič
revize
384ac36434
2 změnil soubory, kde provedl 559 přidání a 559 odebrání
  1. 558 558
      mchsrv/control/merchant_info.php
  2. 1 1
      mchsrv/control/refill_evidence.php

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 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();