瀏覽代碼

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