xingzai %!s(int64=3) %!d(string=hai) anos
pai
achega
e4212f8d52
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -4224,7 +4224,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)