xiaoyu преди 3 години
родител
ревизия
04add41ec4
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 5 2
      admin/control/ordersendlist.php

+ 5 - 2
admin/control/ordersendlist.php

@@ -16,8 +16,11 @@ class ordersendlistControl extends SystemControl
         $model_refill_order = Model('refill_order');
         $condition['refill_order.inner_status'] = 0;
         $condition['vr_order.order_state'] = ORDER_STATE_SEND;
-        //默认普充
-        $_GET['quality'] = 1;
+        if(empty($_GET['quality'])) {
+            //默认普充
+            $_GET['quality'] = 2;
+        }
+
         $time = time();
         $condition['refill_order.order_time'] = ['exp', "refill_order.order_time < ({$time} - merchant.time_out)"];
 //        $condition['refill_order.order_time'] = ['lt',time()-300];