feat: 添加企业微信支持和群组管理功能
This commit is contained in:
parent
46ceb77b79
commit
f71018dd96
|
|
@ -203,6 +203,9 @@ func (g *GroupConfigBiz) handleReport(ctx context.Context, rec *entitys.Recogniz
|
|||
}
|
||||
|
||||
for _, report := range reports {
|
||||
if report == nil {
|
||||
continue
|
||||
}
|
||||
err = uploader.Run(report)
|
||||
if err != nil {
|
||||
log.Error(err)
|
||||
|
|
|
|||
Loading…
Reference in New Issue