Browse Source

admin update

xiaoyu 3 years ago
parent
commit
545671ad80
1 changed files with 1 additions and 0 deletions
  1. 1 0
      admin/control/ordersendlist.php

+ 1 - 0
admin/control/ordersendlist.php

@@ -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)];