Browse Source

refill order no mchid select

ayHaru 3 years ago
parent
commit
24a6e7d0d0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      admin/control/refill_order.php

+ 1 - 1
admin/control/refill_order.php

@@ -36,7 +36,7 @@ class refill_orderControl extends SystemControl
             $fSingle = true;
         }
         if (!empty($_GET['no_mchid'])) {
-            $condition['refill_order.mchid'] = ['in', [$_GET['no_mchid']]];
+            $condition['refill_order.mchid'] = ['not in', [$_GET['no_mchid']]];
         }
 
         if (!empty($_GET['mchid'])) {