|
@@ -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'])) {
|