dever 3 years ago
parent
commit
f2590f9ceb
1 changed files with 1 additions and 1 deletions
  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');