hasOne(StoreCategory::class,'store_category_id','mer_cate_id')->field('store_category_id,cate_name'); } public function searchProductIdAttr($query, $value) { $query->where('product_id',$value); } }