|
@@ -310,6 +310,7 @@ class ordersendlistControl extends SystemControl
|
|
|
$condition['refill_order.inner_status'] = 0;
|
|
|
$condition['vr_order.order_state'] = ['in', "{$order_state_cancel},{$order_state_success}"];
|
|
|
$condition['refill_order.mch_notify_state'] = ['in', "0,2"];
|
|
|
+ $condition['refill_order.is_retrying'] = 0;
|
|
|
|
|
|
$time = $_GET['time'] * 3600;
|
|
|
$condition['refill_order.order_time'] = ['gt', (time() - $time)];
|