cfmgrv3 init...3
This commit is contained in:
parent
ae998cbe38
commit
2e2d809b12
@ -76,7 +76,7 @@ class ZoneModel extends Model
|
||||
$this->like('domain', $word, 'both'); //befor , after , both
|
||||
if (isIPAddress_CommonHelper($word)) {
|
||||
$subquery = $this->db->table('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both');
|
||||
$this->wherein('uid', $subquery);
|
||||
$this->orWhereIn('uid', $subquery);
|
||||
}
|
||||
}
|
||||
public function setIndexDateFilter($start, $end)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user