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