Roc преди 14 часа
родител
ревизия
052d81ed01
променени са 2 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 1 1
      services/llm_report.go
  2. 1 1
      services/wechat_platform.go

+ 1 - 1
services/llm_report.go

@@ -741,7 +741,7 @@ func delRagEtaReportAbstract(list []*rag.RagEtaReportAbstract) (err error) {
 
 	// 删除es数据
 	for _, wechatArticleAbstractId := range newAbstractIdList {
-		go DelEsRagEtaReportAbstract(wechatArticleAbstractId)
+		DelEsRagEtaReportAbstract(wechatArticleAbstractId)
 	}
 
 	return

+ 1 - 1
services/wechat_platform.go

@@ -1267,7 +1267,7 @@ func delWechatArticleAbstract(list []*rag.WechatArticleAbstract) (err error) {
 
 	// 删除es数据
 	for _, wechatArticleAbstractId := range newAbstractIdList {
-		go DelEsWechatArticleAbstract(wechatArticleAbstractId)
+		DelEsWechatArticleAbstract(wechatArticleAbstractId)
 	}
 
 	return