builder->where('external_sku_id', trim($value)); } protected function goodsName($value) { return $this->builder->where('goods_name', trim($value)); } protected function shopId($value) { return $this->builder->where('shop_id', trim($value)); } }