浏览代码

Merge branch 'cygx/cygx_14_7' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing 2 周之前
父节点
当前提交
01594a08f8
共有 1 个文件被更改,包括 3 次插入0 次删除
  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