cfmgrv3 init...3
This commit is contained in:
parent
585ae05d81
commit
a5cf601c94
@ -76,7 +76,7 @@ class RecordModel extends Model
|
||||
}
|
||||
public function getEntitysByZone(ZoneEntity $zone)
|
||||
{
|
||||
return $this->getEntitys([self::PARENT_FIELD, $zone->getPrimaryKey()]);
|
||||
return $this->getEntitys([self::PARENT_FIELD => $zone->getPrimaryKey()]);
|
||||
}
|
||||
|
||||
//Index 검색어용
|
||||
|
||||
Loading…
Reference in New Issue
Block a user