|
@@ -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
|