Commit 426cdaa7 by xuxu

修正成功

parent 1b3d64a7
...@@ -64,7 +64,7 @@ def moneyTest(mycompanyname): ...@@ -64,7 +64,7 @@ def moneyTest(mycompanyname):
if mycompanyinfo["gsb_company_cate_1"]: if mycompanyinfo["gsb_company_cate_1"]:
gsb_company_cate_1 = str(mycompanyinfo["gsb_company_cate_1"]) gsb_company_cate_1 = str(mycompanyinfo["gsb_company_cate_1"])
# 商标接口 # 商标接口
resjq = es1.search(index="bigdata_middle_gsb_tm_info", resjq = es1.search(index="bigdata_middle_gsb_tm_info_9",
body={"size": 1000, "query": {"term": {"applicant_cn": mycompanyname}}}) body={"size": 1000, "query": {"term": {"applicant_cn": mycompanyname}}})
mytminfo = resjq["hits"]["hits"] mytminfo = resjq["hits"]["hits"]
yx = 0 yx = 0
......
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