dever 3 년 전
부모
커밋
e7239665bb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/mshop/lib/Buy.php

+ 2 - 1
app/mshop/lib/Buy.php

@@ -551,7 +551,8 @@ class Buy
     {
         $id = Dever::input('order_id');
 
-        $type = Dever::input('type', 1);
+        $type = Dever::input('search_option_type', 1);
+        $type = Dever::input('type', $type);
 
         $cash_type = Dever::input('cash', 1);