Browse Source

no message

xingzai 2 years ago
parent
commit
98aec9b4ed
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/tactics.go

+ 1 - 1
services/tactics.go

@@ -722,7 +722,7 @@ func BodyAnalysis2(body string) (expertNumStr, expertContentStr, interviewDateSt
 func GetSummarytoEs(articleId int) (err error) {
 	defer func() {
 		if err != nil {
-			go utils.SendAlarmMsg("同步ES记录失败", 2)
+			go utils.SendAlarmMsg("同步ES记录失败"+err.Error(), 2)
 		}
 	}()
 	//endDate := time.Now().AddDate(0, 0, -30).Format(utils.FormatDate)