Skip to content

Commit

Permalink
fix(mysql): 资源池定点构造资源申请回调参数问题 TencentBlueKing#9550
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 32372
  • Loading branch information
ygcyao committed Mar 4, 2025
1 parent 186be3f commit a3207c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def post_callback(self):
for info in next_flow.details["ticket_data"]["infos"]:
info["rollback_ip"] = info["rollback_host"][0]["ip"]
info["bk_rollback"] = info.pop("rollback_host")[0]
info["resource_spec"]["single"] = info["resource_spec"].pop["rollback_host"]
info["resource_spec"]["single"] = info["resource_spec"].pop("rollback_host")
next_flow.save(update_fields=["details"])


Expand Down

0 comments on commit a3207c7

Please sign in to comment.