|
@@ -89,6 +89,7 @@ class Spider(feapder.PlanToBuildListSpider):
|
|
|
projectname = info.get('project_name').strip()
|
|
|
publish_time = info.get('real_finish_date').strip()
|
|
|
detail_href = "/".join(["https://tzxm.hubei.gov.cn/xxgk", publish_time, approvecode])
|
|
|
+ detail_href = f"{detail_href}?q={menu['channel']}"
|
|
|
approvecontent = info.get('item_sortname')
|
|
|
approvedept = info.get('depart')[0].get('name')
|
|
|
reply_res_dict = {"A00001": "许可/同意", "A00002": "不许可/不同意"}
|