zwxi 9 months ago
parent
commit
9a34074c9d
1 changed files with 3 additions and 1 deletions
  1. 3 1
      controllers/activity.go

+ 3 - 1
controllers/activity.go

@@ -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 {