dever 4 년 전
부모
커밋
f2590f9ceb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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');