Commit ce824d1d by dong

fix20221223

parent a6f9eb71
...@@ -805,7 +805,6 @@ def batch_export_build(): ...@@ -805,7 +805,6 @@ def batch_export_build():
current_app.logger.error(str(e) + '批量导出操作日志入库出错!') current_app.logger.error(str(e) + '批量导出操作日志入库出错!')
return jsonify(code=RET.DBERR, msg="批量导出操作失败!") return jsonify(code=RET.DBERR, msg="批量导出操作失败!")
except Exception as e: except Exception as e:
# db.session.rollback()
current_app.logger.error(e) current_app.logger.error(e)
return jsonify(code=RET.DBERR, msg="批量导出操作失败!") return jsonify(code=RET.DBERR, msg="批量导出操作失败!")
except Exception as e: except Exception as e:
......
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