|
@@ -1053,7 +1053,7 @@ func GetLzSurveyProduct(cont context.Context) (err error) {
|
|
|
//隆众-调研指标数据
|
|
|
func GetLzSurveyProductData(cont context.Context) (err error) {
|
|
|
utils.FileLogLz.Info("GetLzSurveyProductData start:" + time.Now().Format(utils.FormatDateTime))
|
|
|
- go utils.SendEmail("隆众数据开始获取"+time.Now().Format("2006-01-02 15:04:05"), ";msg:"+msg, utils.EmailSendToUsers)
|
|
|
+ go utils.SendEmail("隆众数据开始获取"+time.Now().Format("2006-01-02 15:04:05"),time.Now().Format("2006-01-02 15:04:05"), utils.EmailSendToUsers)
|
|
|
var msg string
|
|
|
defer func() {
|
|
|
go utils.SendEmail("隆众数据获取完成"+time.Now().Format("2006-01-02 15:04:05"), ";msg:"+msg, utils.EmailSendToUsers)
|