|
@@ -292,9 +292,9 @@ class refill_orderControl extends SystemControl
|
|
|
$condition['vr_order.order_state'] = ORDER_STATE_SEND;
|
|
|
$condition['refill_order.order_time'] = [['egt', 1624377600], ['lt', 1624521600], 'and'];
|
|
|
$order_list = $model_refill_order->getMerchantOrderList($condition);
|
|
|
- foreach ($order_list as $order) {
|
|
|
- refill\util::manual_success($order['order_id']);
|
|
|
- }
|
|
|
+// foreach ($order_list as $order) {
|
|
|
+// refill\util::manual_success($order['order_id']);
|
|
|
+// }
|
|
|
showMessage('操作成功');
|
|
|
}
|
|
|
}
|