Browse Source

no message

zhangchuanxing 3 days ago
parent
commit
913446c1b3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      services/activity_points.go

+ 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
 			}