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