Commit 42ae384d by dong

fix20230317

parent e48c51a1
......@@ -403,7 +403,7 @@ def attract_enterprise():
perpage = req_dict.get("perpage") # 分页大小
name_query = "AttractEnterprise" + str(inid) + str(page) + province + city + district + \
product + company_name + entype + qualificat + quoted + product + area
product + company_name + entype + qualificat + quoted + product
if redis_store.get(name_query) is not None:
data = json.loads(redis_store.get(name_query))
return jsonify(code=RET.OK, msg="获取成功", data=data)
......
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