|
@@ -562,6 +562,14 @@ func (this *CalendarController) Accept() {
|
|
|
this.FailWithMessage("获取数据失败!", "UpdateCalendarResearcher Err:"+err.Error())
|
|
|
return
|
|
|
}
|
|
|
+ rsCalendarResearcherItemList, err := roadshow.GetRsCalendarResearcherListById(req.RsCalendarId)
|
|
|
+ if err != nil {
|
|
|
+ this.FailWithMessage("获取数据失败!", "GetRsCalendarResearcherById Err:"+err.Error())
|
|
|
+ return
|
|
|
+ }
|
|
|
+ for _, v := range rsCalendarResearcherItemList {
|
|
|
+ go rs.CalendarToSH(*rsCalendar, *v)
|
|
|
+ }
|
|
|
//模板消息通知
|
|
|
{
|
|
|
|