Explorar o código

merchant order update

HARUHARU %!s(int64=4) %!d(string=hai) anos
pai
achega
c682e6aed4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      mobile/control/merchant_order.php

+ 1 - 1
mobile/control/merchant_order.php

@@ -10,7 +10,7 @@ class merchant_orderControl extends merchant_baseControl
 
     public function listOp(){
         $model_vr_order = Model('refill_order');
-        $condition = [];
+        $condition['mchid'] = $_SESSION['mch_id'];
         if ($_GET['card_type'] != '' && $_GET['card_type'] != 0)
         {
             $condition['refill_order.card_type'] = $_GET['card_type'];