|
...
|
...
|
@@ -29,7 +29,7 @@ class DomainApplicantLogLogic extends BaseLogic |
|
|
|
* @time :2025/5/29 14:34
|
|
|
|
*/
|
|
|
|
public function lists($map,$page,$row){
|
|
|
|
$lists = $this->model->list($map,$page,$row,'id',['*']);
|
|
|
|
$lists = $this->model->lists($map,$page,$row,'id',['*']);
|
|
|
|
return $this->success($lists);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|