Commit dc6aa2e1 by dong

fix20230111

parent 453374ff
......@@ -555,7 +555,7 @@ def industry_policy():
try:
indu_policy = ''
size = ''
name = Industry.query.filter_by(nid=inid).first().oname # 获取导航对应的真名
name = IndustryChain.query.filter_by(id=inid).first().industry_name # 获取导航对应的真名
# name = '煤层气'
# print(name)
if industry_level == 1:
......
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