|
...
|
...
|
@@ -35,7 +35,6 @@ class InquiryInfoLogic extends BaseLogic |
|
|
|
if(isset($map['domain'])){
|
|
|
|
$query = $query->where('gl_inquiry_info.domain','like','%'.$map['domain'].'%');
|
|
|
|
}
|
|
|
|
$query = $this->searchParam($query,$map);
|
|
|
|
$lists = $query->paginate($row, $this->selectParam(), 'page', $page);
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
...
|
...
|
|