zhangchuanxing 3 өдөр өмнө
parent
commit
913446c1b3

+ 1 - 1
services/activity_points.go

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