소스 검색

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

xingzai 2 년 전
부모
커밋
03410366a4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -2410,7 +2410,7 @@ func (this *ActivityCoAntroller) LabelTypeListV5() {
 		item.Resource = 1
 		item.ActivityId = v.ActivityId
 		//if v.YidongActivityId > 0 {
-		//	item.IsExternalLabel = true
+		item.IsExternalLabel = v.IsExternalLabel
 		//}
 		mapActivity[v.ActivityTypeId] = append(mapActivity[v.ActivityTypeId], item)
 		mapkeyWord[fmt.Sprint(v.ActivityTypeId, "-", item.KeyWord)] = item.KeyWord