Selaa lähdekoodia

fix:添加增量客户邮箱提醒

Roc 2 vuotta sitten
vanhempi
commit
857262b806
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      services/company.go

+ 2 - 2
services/company.go

@@ -348,8 +348,8 @@ func IncrementCompany(cont context.Context) (err error) {
 	//发送邮件
 	fmt.Println("start send email")
 	//收取邮件的人
-	emailUser := "kwhuang@hzinsights.com;csun@hzinsights.com;pyan@hzinsights.com"
-	sendResult := utils.SendEmailByHongze(title, "增量客户记录',\"你好,上周的增量客户记录列表见附件。", emailUser, savePath, title+".xlsx")
+	emailUser := "kwhuang@hzinsights.com;csun@hzinsights.com;sphuang@hzinsights.com;pyan@hzinsights.com"
+	sendResult := utils.SendEmailByHongze(title, "增量客户记录,\"你好,上周的增量客户记录列表见附件。", emailUser, savePath, title+".xlsx")
 	if sendResult {
 		os.Remove(savePath)
 	}