Commit 7ab99820 authored by 金凯强's avatar 金凯强 🎨

bug修复

parent 19d52cf1
......@@ -34,7 +34,7 @@ class UpgradeService():
image_info_list = session.query_sql(sql)
# 找出升级版本号
upgrade_no = data.get('')
upgrade_no = data.get('upgrade_no')
# 找到这个版本备份的compose文件
docker_compose_file_dir = self.find_compose_by_upgrade_no(upgrade_no)
......
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