Browse Source

no message

zhangchuanxing 2 weeks ago
parent
commit
c6c0eb8678
1 changed files with 3 additions and 0 deletions
  1. 3 0
      services/activity_points.go

+ 3 - 0
services/activity_points.go

@@ -1950,6 +1950,9 @@ func SpecialActivityPointsBillRoadShowReduce(log models.YanXuanActivityPointsRed
 	var itemCompanys []*models.CygxActivitySpecialPermissionPoints
 	mapOldResearcherId := make(map[string]bool)
 	for _, user := range researcherList {
+		if user.ResearcherName == "王芳" {
+			continue
+		}
 		keyBill := fmt.Sprint(user.ResearcherId, "_CID", companyId)
 		item := new(models.CygxActivitySpecialTripBill)
 		item.ActivityId = activityId