Commit bf0ff3a2 by dong

fix20221223

parent afe7b7e2
...@@ -829,6 +829,7 @@ def batch_export_land(): ...@@ -829,6 +829,7 @@ def batch_export_land():
select_id_list = req_dic["select_id_list"] select_id_list = req_dic["select_id_list"]
path = './apps/static/carrier_file/' path = './apps/static/carrier_file/'
pro_path = 'http://39.100.39.50:5051/static/carrier_file/' # 项目路径 pro_path = 'http://39.100.39.50:5051/static/carrier_file/' # 项目路径
try: try:
if not select_id_list: if not select_id_list:
return jsonify(code=RET.PARAMERR, msg="参数不能为空!") return jsonify(code=RET.PARAMERR, msg="参数不能为空!")
......
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