Commit 1d4b4b3f by dong

fix

parent 307ebede
......@@ -274,7 +274,7 @@ def topt():
# 产业评估-优势薄弱缺失三环节
@api_radar.route('/ThreeLink', methods=['POST'])
@login_required
# @login_required
def prolink():
'''雷达监测页企业属性分布统计'''
req_dict = request.get_json()
......@@ -293,7 +293,7 @@ def prolink():
try:
edata = EvaluationNodeData.query.filter_by(c_type=inid)
edata = edata.filter_by(province="山西省", city="晋城市")
edata = edata.filter_by(province="河北省", city="保定市")
edata = edata.all()
if edata:
......
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