|
@@ -1780,7 +1780,7 @@ func ActivitySpecialPointsBillSubmitMeetingReduce(log models.YanXuanActivityPoin
|
|
}
|
|
}
|
|
|
|
|
|
if len(itemsOld) > 0 {
|
|
if len(itemsOld) > 0 {
|
|
- for _, user := range signUpDetailList {
|
|
|
|
|
|
+ for _, user := range itemsOld {
|
|
if mapMeetUserId[user.UserId] {
|
|
if mapMeetUserId[user.UserId] {
|
|
continue
|
|
continue
|
|
}
|
|
}
|