作者 赵彬吉

update

@@ -24,7 +24,7 @@ class VisitLogic extends BaseLogic @@ -24,7 +24,7 @@ class VisitLogic extends BaseLogic
24 24
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 $lists = $this->model->lists($map,$page,$row,$order,$filed); 28 $lists = $this->model->lists($map,$page,$row,$order,$filed);
29 return $this->success($lists); 29 return $this->success($lists);
30 } 30 }
@@ -33,7 +33,7 @@ class VisitLogic extends BaseLogic @@ -33,7 +33,7 @@ class VisitLogic extends BaseLogic
33 $this->model = new VisitItem(); 33 $this->model = new VisitItem();
34 $map = [ 34 $map = [
35 'customer_visit_id' => $this->param['id'], 35 'customer_visit_id' => $this->param['id'],
36 - 'domain' => $this->user['domain'], 36 +// 'domain' => $this->user['domain'],
37 ]; 37 ];
38 $data = $this->model->list($map); 38 $data = $this->model->list($map);
39 return $this->success($data); 39 return $this->success($data);