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