|
@@ -1233,7 +1233,7 @@ class Dhorder
|
|
|
public function out_member_goods_api(){
|
|
|
$status = Dever::input('search_option_status');
|
|
|
$type = Dever::input('search_option_type');
|
|
|
- $name = Dever::input('search_option_name');
|
|
|
+ $name = Dever::input('search_fulltext_name');
|
|
|
$where = array();
|
|
|
$where['state'] = 1;
|
|
|
$where['status'] = $status;
|