Commit a6f9eb71 by dong

fix20221223

parent bf0ff3a2
...@@ -709,7 +709,7 @@ def batch_export_build(): ...@@ -709,7 +709,7 @@ def batch_export_build():
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:5050/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="参数不能为空!")
...@@ -828,7 +828,7 @@ def batch_export_land(): ...@@ -828,7 +828,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:5050/static/carrier_file/' # 项目路径
try: try:
if not select_id_list: if not select_id_list:
...@@ -919,7 +919,7 @@ def batch_export_factory(): ...@@ -919,7 +919,7 @@ def batch_export_factory():
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://192.168.31.154:5000/static/' # 项目路径 # pro_path = 'http://192.168.31.154:5000/static/' # 项目路径
pro_path = 'http://39.100.39.50:5051/static/carrier_file/' # 项目路径 pro_path = 'http://39.100.39.50:5050/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