ayHaru hace 4 años
padre
commit
b8b18ed4e1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      admin/control/merchant.php

+ 1 - 1
admin/control/merchant.php

@@ -1385,7 +1385,7 @@ class merchantControl extends SystemControl
         $condition['refill_order.inner_status'] = 0;
         $condition['vr_order.order_state'] = ORDER_STATE_SEND;
 
-        $condition['refill_order.order_time'] = ['lt', (time() - 180)];
+        $condition['refill_order.order_time'] = ['lt', (time() - 1800)];
         $merchant_list = Model('')->table('merchant')->limit(1000)->select();
         foreach ($merchant_list as $key =>$value) {
             $merchants[$value['mchid']] = $value;