浏览代码

mchsrv update

xiaoyu 3 年之前
父节点
当前提交
384ac36434
共有 2 个文件被更改,包括 559 次插入559 次删除
  1. 558 558
      mchsrv/control/merchant_info.php
  2. 1 1
      mchsrv/control/refill_evidence.php

文件差异内容过多而无法显示
+ 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();