|
...
|
...
|
@@ -28,9 +28,8 @@ class DomainInfoController extends BaseController |
|
|
|
{
|
|
|
|
$domainModel = new DomainInfo();
|
|
|
|
if(isset($this->map['domain']) && !empty($this->map['domain'])){
|
|
|
|
$this->map['domain'] = ['like','%'.$this->map['domain'],'%'];
|
|
|
|
$this->map['domain'] = ['like','%'.$this->map['domain'].'%'];
|
|
|
|
}
|
|
|
|
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($this->map, true) . PHP_EOL, FILE_APPEND);
|
|
|
|
$lists = $domainModel->lists($this->map,$this->page,$this->row,$this->order);
|
|
|
|
if(!empty($lists)){
|
|
|
|
$project_model = new Project();
|
...
|
...
|
|