Browse Source

merchant order update

HARUHARU 4 years ago
parent
commit
c682e6aed4
1 changed files with 1 additions and 1 deletions
  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'];