fix: 修复配置文件路径和报表合并逻辑

This commit is contained in:
renzhiyuan 2026-02-09 17:22:02 +08:00
parent 02acb714ba
commit ce5597f4dd
1 changed files with 1 additions and 0 deletions

View File

@ -115,6 +115,7 @@ func (s *SendCardClient) NewCard(ctx context.Context, cardSend *CardSend) error
s.processContentChannel(ctx, cardSend, cardInstanceId.String(), client) s.processContentChannel(ctx, cardSend, cardInstanceId.String(), client)
}() }()
wg.Wait() wg.Wait()
log.Info("处理通道结束")
} }
return nil return nil