|
@@ -249,6 +249,7 @@ class Spider:
|
|
|
if len(files) > 0:
|
|
|
item_c['projectinfo'] = {'attachments': files}
|
|
|
|
|
|
+ item_c['href'] = notice_url
|
|
|
item_c = tools.format_fileds(item_c)
|
|
|
item_c['publishtime'] = publish_time
|
|
|
item_c['l_np_publishtime'] = tools.date_to_timestamp(publish_time, '%Y-%m-%d')
|