|
@@ -1924,9 +1924,9 @@ func (this *ActivitySignupCoAntroller) AddSignuUser() {
|
|
|
if len(itemsSendWxMsg) > 0 {
|
|
|
go cygxService.SendWxMsgWithCygxActivitySignUpBySell(itemsSendWxMsg)
|
|
|
}
|
|
|
- if len(itemsAppointment) > 0 {
|
|
|
+ if len(items) > 0 {
|
|
|
//1用户报名添加到处理研选扣点
|
|
|
- for _, v := range itemsAppointment {
|
|
|
+ for _, v := range items {
|
|
|
go cygxService.YanXuanActivityPointsBillSignupAdd(v.ActivityId, v.UserId, adminInfo.AdminId)
|
|
|
}
|
|
|
}
|