|
@@ -1983,7 +1983,7 @@ func SpecialActivityPointsBillRoadShowReduce(log models.YanXuanActivityPointsRed
|
|
|
|
|
|
if len(itemsOld) > 0 {
|
|
if len(itemsOld) > 0 {
|
|
for _, user := range itemsOld {
|
|
for _, user := range itemsOld {
|
|
- if mapMeetUserId[user.UserId] {
|
|
|
|
|
|
+ if mapMeetUserId[user.ResearcherId] {
|
|
continue
|
|
continue
|
|
}
|
|
}
|
|
item := new(models.CygxActivitySpecialTripBill)
|
|
item := new(models.CygxActivitySpecialTripBill)
|