|
@@ -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'];
|
|
|
}
|