正在显示
1 个修改的文件
包含
3 行增加
和
0 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论