作者 lyh

gx

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