|
@@ -30,6 +30,8 @@ class Details(feapder.BiddingDetailSpider):
|
|
|
|
|
|
items = request.item
|
|
items = request.item
|
|
list_item = DataBakItem(**items)
|
|
list_item = DataBakItem(**items)
|
|
|
|
+ list_item.competehref = list_item.href
|
|
|
|
+ list_item.href = "#"
|
|
|
|
|
|
html = response.xpath('//div[@class="project"]').extract_first() # 标书详细内容
|
|
html = response.xpath('//div[@class="project"]').extract_first() # 标书详细内容
|
|
if not html:
|
|
if not html:
|