Commit a86d0cae by dong

fix20221209

parent 533a1b76
......@@ -1181,8 +1181,8 @@ def attract_sdmap():
product = req_dict.get("product") # 产业产品选择
# 校验参数完整性
if not all([district]):
return jsonify(code=RET.PARAMERR, msg="参数不完整")
# if not all([district]):
# return jsonify(code=RET.PARAMERR, msg="参数不完整")
try:
if inid:
......
......@@ -230,8 +230,8 @@ def attract_sdmap():
product = req_dict.get("product") # 产业产品选择
# 校验参数完整性
if not all([district]):
return jsonify(code=RET.PARAMERR, msg="参数不完整")
# if not all([district]):
# return jsonify(code=RET.PARAMERR, msg="参数不完整")
try:
if inid:
......
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