瀏覽代碼

no message

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)