Преглед на файлове

Merge branch 'raccount' of 39.97.239.116:gyfl/xyzshop into raccount

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

+ 1 - 1
admin/control/ordersendlist.php

@@ -730,7 +730,7 @@ class ordersendlistControl extends SystemControl
         $_GET['except_state'] = $_GET['except_state'] ?? 0;
         if (!empty($_GET['order_sns'])) {
             $order_sns = rtrim($_GET['order_sns'],',');
-            $cond['order_sn'] = ['in', $order_sns];
+            $cond['refill_exception.order_sn'] = ['in', $order_sns];
         }
         if(isset($_GET['except_type']) && $_GET['except_type'] !== '') {
             $_GET['except_type'] = intval($_GET['except_type']);