Commit 7cabc8a3 by dong

fix20230104

parent ec8dad25
......@@ -76,9 +76,9 @@ def find_up_thr(name_query, relation):
@api_atlas.route('/industry/cluster', methods=['GET'])
def get_cluster():
try:
cluster_obj = IndustryChain.query.filter_by(industry_type=0,
status=1).all()
# cluster_obj = Industry.query.all()
# cluster_obj = IndustryChain.query.filter_by(industry_type=0,
# status=1).all()
cluster_obj = Industry.query.all()
# data = {
# "cluster": [
......
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