正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -28,9 +28,8 @@ class DomainInfoController extends BaseController | @@ -28,9 +28,8 @@ class DomainInfoController extends BaseController | ||
| 28 | { | 28 | { |
| 29 | $domainModel = new DomainInfo(); | 29 | $domainModel = new DomainInfo(); |
| 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); | ||
| 34 | $lists = $domainModel->lists($this->map,$this->page,$this->row,$this->order); | 33 | $lists = $domainModel->lists($this->map,$this->page,$this->row,$this->order); |
| 35 | if(!empty($lists)){ | 34 | if(!empty($lists)){ |
| 36 | $project_model = new Project(); | 35 | $project_model = new Project(); |
-
请 注册 或 登录 后发表评论