Parcourir la source

Merge branch 'cygx_12.4' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai il y a 1 an
Parent
commit
643a20be32
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      controllers/micro_roadshow.go

+ 1 - 1
controllers/micro_roadshow.go

@@ -93,7 +93,7 @@ func (this *MicroRoadShowController) List() {
 	mapaudioIds := make(map[int]int)         //活动音频
 	mapvideoIds := make(map[int]int)         // 微路演视频
 	mapactivityVideoIds := make(map[int]int) // 活动视频
-	mapAskserieVideoIds := make(map[int]int) // 活动视
+	mapAskserieVideoIds := make(map[int]int) // 问答系列音
 	for _, item := range listMycollect {
 		if item.ActivityVoiceId > 0 {
 			mapaudioIds[item.ActivityVoiceId] = item.ActivityVoiceId