Commit 24beb02d by dong

fix20230629

parent eb8aa65b
...@@ -74,6 +74,7 @@ def find_up_thr(name_query, relation): ...@@ -74,6 +74,7 @@ def find_up_thr(name_query, relation):
# 获取产业集群名称 # 获取产业集群名称
@api_atlas.route('/industry/cluster', methods=['GET']) @api_atlas.route('/industry/cluster', methods=['GET'])
@login_required
def get_cluster(): def get_cluster():
try: try:
cluster_obj = IndustryChain.query.filter_by(industry_type=0, status=1).all() cluster_obj = IndustryChain.query.filter_by(industry_type=0, status=1).all()
......
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