|
@@ -11,7 +11,9 @@ class Manage
|
|
|
$url = Dever::load('manage/database')->url('list', $order_id, 'buy_order_goods&project=shop&order_id='.$order_id.'&page_type=1');
|
|
|
|
|
|
if ($search == 3) {
|
|
|
- $url .= '&type=2';
|
|
|
+ $url .= '&type=2&search_option_type=2';
|
|
|
+ } else {
|
|
|
+ $url .= '&type=1&search_option_type=1';
|
|
|
}
|
|
|
$url = '<a href="'.$url.'">'.$order_num.'</a>';
|
|
|
return $url;
|