@@ -136,7 +136,7 @@ func SendEmailFileToExpert(cont context.Context) (err error) {
utils.FileLog.Info("发送模版消息失败,msg:%s", msg)
}
}()
- endDate := time.Now().Add(+time.Minute * 60).Format(utils.FormatDateTime)
+ endDate := time.Now().Add(+time.Minute * 30).Format(utils.FormatDateTime)
total, err := models.GetCountActivityIdToSendFile(endDate)
if total == 0 {