Commit beda64b0 by huangjing

hj

parent c9498a7b
...@@ -17,7 +17,7 @@ def selectcyle(server): ...@@ -17,7 +17,7 @@ def selectcyle(server):
company_cate_1 = searched["hits"]["hits"][0]['_source']["gsb_company_cate_1"] # 行业第一大类 company_cate_1 = searched["hits"]["hits"][0]['_source']["gsb_company_cate_1"] # 行业第一大类
company_cate_2 = searched["hits"]["hits"][0]['_source']["gsb_company_cate_2"] # 行业第二大类 company_cate_2 = searched["hits"]["hits"][0]['_source']["gsb_company_cate_2"] # 行业第二大类
company_cate_3 = searched["hits"]["hits"][0]['_source']["gsb_company_cate_3"] # 行业第三大类 company_cate_3 = searched["hits"]["hits"][0]['_source']["gsb_company_cate_3"] # 行业第三大类
establishment_time = searched["hits"]["hits"][0]['_source']["estibish_time"] # 成立时间 establishment_time = searched["hits"]["hits"][0]['_source']["estiblish_time"] # 成立时间
DataoperInfo = Datao() DataoperInfo = Datao()
re1,re2 = DataoperInfo.Getdata(company_cate_1,establishment_time) re1,re2 = DataoperInfo.Getdata(company_cate_1,establishment_time)
if re1: if re1:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment