作者 lyh

gx

... ... @@ -35,7 +35,7 @@ class VisitLogic extends BaseLogic
'customer_visit_id' => $this->param['id'],
'domain' => $this->user['domain'],
];
return $this->model->lists($map,$order,$filed);
return $this->model->list($map,$order,$filed);
}
}
... ...