Commit ab2d6c1e by dong

fix20230201

parent ecb4b8e7
...@@ -278,7 +278,7 @@ def login_bypwd(): ...@@ -278,7 +278,7 @@ def login_bypwd():
if not district_name: if not district_name:
return jsonify(code=RET.NODATA, msg="请设置用户所属单位!") return jsonify(code=RET.NODATA, msg="请设置用户所属单位!")
if '晋城市' in district_name: if '晋城市' in district_name:
return "晋城市" district_name = "晋城市"
else: else:
if '沁水' in district_name: if '沁水' in district_name:
district_name = '沁水县' district_name = '沁水县'
......
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