Browse Source

no message

xingzai 2 years ago
parent
commit
8e88123529
1 changed files with 1 additions and 1 deletions
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -3776,7 +3776,7 @@ func (this *ActivityCoAntroller) SpecialSignupAdd() {
 			}
 
 			//用户专项调研操作行为,模板消息推送
-			go services.SpecialActivityUserRemind(user, activityInfo, 1)
+			//go services.SpecialActivityUserRemind(user, activityInfo, 1)
 
 			//用户相关行为,给对应销售发模板消息
 			go services.ActivitySpecialUserRmind(user, activityId, 1)