Browse Source

no message

zhangchuanxing 3 tuần trước cách đây
mục cha
commit
8b7d3ba3c4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)