|
...
|
...
|
@@ -25,7 +25,7 @@ class VisitLogic extends BaseLogic |
|
|
|
public function getVisitList($map,$page,$row,$order,$filed = ['*'])
|
|
|
|
{
|
|
|
|
// $map['domain'] = $this->user['domain'];
|
|
|
|
if($map['is_inquiry'] == 0){
|
|
|
|
if(isset($map['is_inquiry']) && ($map['is_inquiry'] == 0)){
|
|
|
|
unset($map['is_inquiry']);
|
|
|
|
}
|
|
|
|
$lists = $this->model->lists($map,$page,$row,$order,$filed);
|
...
|
...
|
|