cfmgrv3 init...3
This commit is contained in:
parent
ff0ec9ce3d
commit
b4d66a11cc
@ -75,10 +75,8 @@ class ZoneModel extends Model
|
||||
{
|
||||
$this->like('domain', $word, 'both'); //befor , after , both
|
||||
if (isIPAddress_CommonHelper($word)) {
|
||||
$ids = $this->db->table('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both')->get()->getResultArray();
|
||||
echo var_export($ids, true);
|
||||
exit;
|
||||
$this->wherein('uid', $ids);
|
||||
$subquery = $this->db->table('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both');
|
||||
$this->wherein('uid', $subquery);
|
||||
}
|
||||
}
|
||||
public function setIndexDateFilter($start, $end)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user