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