|
@@ -464,6 +464,11 @@ func SendEmailFileForAskMsgResearch(cont context.Context) (err error) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ errFile = models.UPdateActivityMsgToSendFile(v.ActivityId)
|
|
|
|
+ if errFile != nil {
|
|
|
|
+ msg = "获取失败,Err:" + errFile.Error()
|
|
|
|
+ return
|
|
|
|
+ }
|
|
}
|
|
}
|
|
return
|
|
return
|
|
}
|
|
}
|
|
@@ -631,6 +636,11 @@ func SendEmailFileForAskMsg(cont context.Context) (err error) {
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ errFile = models.UPdateActivityMsgToSendFile(v.ActivityId)
|
|
|
|
+ if errFile != nil {
|
|
|
|
+ msg = "获取失败,Err:" + errFile.Error()
|
|
|
|
+ return
|
|
|
|
+ }
|
|
}
|
|
}
|
|
return
|
|
return
|
|
}
|
|
}
|