dever 3 năm trước cách đây
mục cha
commit
f2590f9ceb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/mshop/lib/Out.php

+ 1 - 1
app/mshop/lib/Out.php

@@ -64,7 +64,7 @@ class Out
 
         $order_num = Dever::input('order_num');
         if ($order_num) {
-            $where['order_num'] = $name;
+            $where['order_num'] = $order_num;
         }
 
         $status = Dever::input('status');