Commit be668bd5 by dong

fix20230201

parent bd4ada72
......@@ -460,7 +460,7 @@ def write_dynamic(user_name, project_id, item, time):
db.session.commit()
# 线索库搜索接口
# 库搜索接口
@api_manage.route("/SearchProject", methods=["POST"])
def search_project():
req_dic = request.get_json()
......
......@@ -240,7 +240,7 @@ def get_district_name(token):
if '高平' in district_name1:
return '高平市'
if '阳城' in district_name1:
return '阳城'
return '阳城'
if '陵川' in district_name1:
return '陵川县'
if '泽州' in district_name1:
......
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