Browse Source

admin update

ayHaru 4 years ago
parent
commit
9bc31cdb66
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/merchant.php

+ 1 - 1
admin/control/merchant.php

@@ -811,7 +811,7 @@ class merchantControl extends SystemControl
     public function refill_orderOp()
     {
         $model_refill_order = Model('refill_order');
-        $condition = [];
+        $condition['inner_status'] = 0;
         if (!empty($_GET['order_sn'])) {
             $condition['refill_order.order_sn'] = $_GET['order_sn'];
         }