@@ -20,8 +20,8 @@ class ordersendlistControl extends SystemControl
// //默认普充
// $_GET['quality'] = 2;
// }
-
- $time = time() - 20;
+ //提前20s
+ $time = time() + 20;
$condition['refill_order.order_time'] = ['exp', "refill_order.order_time < ({$time} - merchant.time_out)"];
// $condition['refill_order.order_time'] = ['lt',time()-300];
if (!empty($_GET['mchid'])) {