소스 검색

Merge branch 'cygx/cygx_14_5' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing 1 개월 전
부모
커밋
63b37a8d86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 			}