作者 赵彬吉

update

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