Browse Source

merchant time out order + 20s

xiaoyu 3 years ago
parent
commit
1fce30dd66
1 changed files with 2 additions and 2 deletions
  1. 2 2
      admin/control/ordersendlist.php

+ 2 - 2
admin/control/ordersendlist.php

@@ -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'])) {