zhangchuanxing 3 هفته پیش
والد
کامیت
8b7d3ba3c4
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      services/activity_points.go

+ 1 - 1
services/activity_points.go

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