正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -30,6 +30,7 @@ class DomainInfoController extends BaseController | @@ -30,6 +30,7 @@ class DomainInfoController extends BaseController | ||
| 30 | if(isset($this->map['domain']) && !empty($this->map['domain'])){ | 30 | if(isset($this->map['domain']) && !empty($this->map['domain'])){ |
| 31 | $this->map['domain'] = ['like','%'.$this->map['domain'],'%']; | 31 | $this->map['domain'] = ['like','%'.$this->map['domain'],'%']; |
| 32 | } | 32 | } |
| 33 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->map, true) . PHP_EOL, FILE_APPEND); | ||
| 33 | $lists = $domainModel->lists($this->map,$this->page,$this->row,$this->order); | 34 | $lists = $domainModel->lists($this->map,$this->page,$this->row,$this->order); |
| 34 | if(!empty($lists)){ | 35 | if(!empty($lists)){ |
| 35 | $project_model = new Project(); | 36 | $project_model = new Project(); |
-
请 注册 或 登录 后发表评论