|
@@ -1499,6 +1499,8 @@ func (this *ActivityController) MeetingReminderAdd() {
|
|
|
}
|
|
|
br.Msg = "设置成功,会前15分钟会为您推送微信消息提醒"
|
|
|
resp.PopupMsg = "设置成功,会前15分钟会为您推送微信消息提醒<br/><br/>请关注【查研观向小助手】公众号,以获取微信消息提醒"
|
|
|
+ //1:预约外呼 、2:设置会议提醒 、 3:预约纪要 、4:活动报名
|
|
|
+ go services.ActivityUserRemind(user, activityInfo, 2)
|
|
|
} else {
|
|
|
hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
|
|
|
if err != nil {
|
|
@@ -1698,7 +1700,7 @@ func (this *ActivityController) ActivityAppointmentAdd() {
|
|
|
}
|
|
|
resp.SignupStatus = "Success"
|
|
|
//1:预约外呼 、2:设置会议提醒 、 3:预约纪要 、4:活动报名
|
|
|
- //go services.ActivityUserRemind(user, activityInfo, 3)
|
|
|
+ go services.ActivityUserRemind(user, activityInfo, 3)
|
|
|
} else {
|
|
|
hasPermission, sellerName, sellerMobile, popupMsg, err := services.GetUserHasPermission(user)
|
|
|
if err != nil {
|