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