Преглед изворни кода

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

# Conflicts:
#	controllers/activity.go
xingzai пре 2 година
родитељ
комит
b3e17d52b1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -4250,7 +4250,7 @@ func (this *ActivityCoAntroller) LabelTypeListV6Pc() {
 	if whichDay == "undefined" {
 		whichDay = ""
 	}
-	if activeState == "undefined" || activeState == "" {
+	if activeState == "undefined" || activeState == "" || activeState == "1" {
 		activeState = "1,2"
 	}
 	userType, permissionStr, err := services.GetUserType(user.CompanyId)