This commit is contained in:
Fu Diwei 2025-06-09 19:11:04 +08:00
parent bd26dfecb8
commit 84a3f3346a

View File

@ -103,7 +103,7 @@ func (n *applyNode) Process(ctx context.Context) error {
}
// 保存 ARI 记录
if applyResult.ARIReplaced {
if applyResult.ARIReplaced && lastOutput != nil {
lastCertificate, _ := n.certRepo.GetByWorkflowRunId(ctx, lastOutput.RunId)
if lastCertificate != nil {
lastCertificate.ACMERenewed = true