cfmgrv3 init...3

This commit is contained in:
최준흠 2023-06-28 13:09:42 +09:00
parent 788af2cf5c
commit 924a067235

View File

@ -75,7 +75,7 @@ class ZoneModel extends Model
{
$this->like('domain', $word, 'both'); //befor , after , both
if (isIPAddress_CommonHelper($word)) {
$ids = $this->getTable('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both')->findAll();
$ids = $this->table('cloudflarerecord')->select('zone_uid')->where('content', $word, 'both')->findAll();
$this->wherein('uid', $ids);
}
}