浏览代码

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

xingzai 1 年之前
父节点
当前提交
643a20be32
共有 1 个文件被更改,包括 1 次插入1 次删除
  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