Commit afe7b7e2 by dong

fix20221223

parent 67d3f46b
......@@ -708,8 +708,8 @@ def batch_export_build():
return jsonify(code=RET.SESSIONERR, msg="进行{}操作时用户信息校验失败,请重新登陆后尝试!".format(action_name))
select_id_list = req_dic["select_id_list"]
path = './apps/statics/carrier_file/'
pro_path = 'http://39.100.39.50:5051/statics/carrier_file/' # 项目路径
path = './apps/static/carrier_file/'
pro_path = 'http://39.100.39.50:5051/static/carrier_file/' # 项目路径
try:
if not select_id_list:
return jsonify(code=RET.PARAMERR, msg="参数不能为空!")
......@@ -827,8 +827,8 @@ def batch_export_land():
return jsonify(code=RET.SESSIONERR, msg="进行{}操作时用户信息校验失败,请重新登陆后尝试!".format(action_name))
select_id_list = req_dic["select_id_list"]
path = './apps/statics/carrier_file/'
pro_path = 'http://39.100.39.50:5051/statics/carrier_file/' # 项目路径
path = './apps/static/carrier_file/'
pro_path = 'http://39.100.39.50:5051/static/carrier_file/' # 项目路径
try:
if not select_id_list:
return jsonify(code=RET.PARAMERR, msg="参数不能为空!")
......@@ -916,9 +916,9 @@ def batch_export_factory():
return jsonify(code=RET.SESSIONERR, msg="进行{}操作时用户信息校验失败,请重新登陆后尝试!".format(action_name))
select_id_list = req_dic["select_id_list"]
path = './apps/statics/carrier_file/'
path = './apps/static/carrier_file/'
# pro_path = 'http://192.168.31.154:5000/static/' # 项目路径
pro_path = 'http://39.100.39.50:5051/statics/carrier_file/' # 项目路径
pro_path = 'http://39.100.39.50:5051/static/carrier_file/' # 项目路径
try:
if not select_id_list:
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