|
@@ -461,7 +461,7 @@ class refill_order_manualControl extends SystemControl
|
|
|
foreach ($mMchid2Infos as $mch) {
|
|
|
$mchids[] = $mch['transfer_mchid'];
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
$condition['inner_status'] = 0;
|
|
|
$condition['mchid'] = ['in', $mchids];
|
|
|
$condition['vr_order.add_time&vr_order.add_time'] = ['_multi' => true,
|
|
@@ -509,6 +509,7 @@ class refill_order_manualControl extends SystemControl
|
|
|
{
|
|
|
$condition['vr_order.order_state'] = ORDER_STATE_CANCEL;
|
|
|
$order_list = $this->transfer_orderData($_GET, $condition);
|
|
|
+
|
|
|
Tpl::output('list', $order_list);
|
|
|
Tpl::output('show_page', Model('')->showpage());
|
|
|
Tpl::showpage('transfer.order.recharge');
|