作者 赵彬吉

update

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