轮训有问题
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 8m7s

This commit is contained in:
2026-05-22 16:21:46 +08:00
parent 860f589b9a
commit 226474b434
3 changed files with 25 additions and 5 deletions

View File

@@ -155,6 +155,7 @@ func (s *ConfigService) Update(ctx context.Context, id uint, req *dto.UpdatePoll
return nil, errors.Wrap(errors.CodeInternalError, err, "更新轮询配置失败")
}
s.notifyConfigChanged(ctx, "updated")
return s.toResponse(config), nil
}