Skip to content

Commit

Permalink
fix(backend): sqlserver备份数据库联调 #3926
Browse files Browse the repository at this point in the history
  • Loading branch information
ygcyao authored and iSecloud committed Apr 15, 2024
1 parent 2319316 commit 0a5c6e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run_flow(self):
sub_flow_context = copy.deepcopy(self.data)
sub_flow_context.pop("infos")
sub_flow_context.update(info)
sub_flow_context["backup_id"] = f"{info['backup_type']}_{self.root_id}"
sub_flow_context["backup_id"] = f"{self.data['backup_type']}_{self.root_id}"

# 声明子流程
sub_pipeline = SubBuilder(root_id=self.root_id, data=copy.deepcopy(sub_flow_context))
Expand Down

0 comments on commit 0a5c6e6

Please sign in to comment.