hasMany(self::class, 'pid', 'id')->where(['del' => 0]); } public function category2() { return $this->hasOne('IndustryCategory', 'id', 'yid'); } }