|
@@ -272,8 +272,8 @@ func (this *ActivitySpecialCoAntroller) SpecialTripAdd() {
|
|
|
itemMeeting.CompanyName = user.CompanyName
|
|
|
itemMeeting.RealName = user.RealName
|
|
|
|
|
|
- //go services.ActivitySpecialUserRmind(user, activityId, 2)
|
|
|
- //go services.ActivitySpecialUserAddTrip(user, activityId)
|
|
|
+ go services.ActivitySpecialUserRmind(user, activityId, 2)
|
|
|
+ go services.ActivitySpecialUserAddTrip(user, activityId)
|
|
|
//判断是删除还是添加
|
|
|
if total == 0 {
|
|
|
//获取销售信息
|