瀏覽代碼

update merchant info

ayHaru 4 年之前
父節點
當前提交
2f9b195e38
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      mobile/control/merchant_info.php

+ 1 - 0
mobile/control/merchant_info.php

@@ -27,6 +27,7 @@ class merchant_infoControl extends mbMerchantControl
         }
         $cond['add_time'] = ['between', [strtotime(date("Y-m-d",time())), time()]];
         $cond['status'] = $cond['is_operation'] = 2;
+        $cond['mchid'] = $mchid;
         $day_evidence = $model_merchant->getRefillEvidence($cond);
         $merchant_info['evidence_count'] = count($day_evidence);
         return self::outsuccess($merchant_info);