Преглед на файлове

Merge branch 'cygx_10.7' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

xingzai преди 1 година
родител
ревизия
75f785fd71
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      controllers/activity.go

+ 2 - 2
controllers/activity.go

@@ -1712,8 +1712,8 @@ func (this *ActivityCoAntroller) ActivityListNew() {
 	playBack, _ := this.GetInt("PlayBack")
 	filter, _ := this.GetInt("Filter")
 	isPower, _ := this.GetInt("IsPower")
-	activityId, _ := this.GetInt("ActivityId")             // 仅用于判断【新】标签
-	isExternalLabel, _ := this.GetInt("IsExternalLabel")   //
+	activityId, _ := this.GetInt("ActivityId") // 仅用于判断【新】标签
+	//isExternalLabel, _ := this.GetInt("IsExternalLabel")   //
 	isResearchPoints := this.GetString("IsResearchPoints") //
 
 	if label == "undefined" {