Browse Source

no message

xingzai 2 years ago
parent
commit
03c4e72968
2 changed files with 4 additions and 4 deletions
  1. 1 1
      controllers/activity_special.go
  2. 3 3
      services/activity_special.go

+ 1 - 1
controllers/activity_special.go

@@ -10,7 +10,7 @@ import (
 	"time"
 )
 
-//专项调研活动
+// 专项调研活动
 type ActivitySpecialCoAntroller struct {
 	BaseAuthController
 }

+ 3 - 3
services/activity_special.go

@@ -409,9 +409,9 @@ func GetActivitySpecialList(user *models.WxUserItem, currentIndex, pageSize int,
 		err = errors.New("GetActivityLabelSpecialConfirmList11, Err: " + e.Error())
 		return
 	}
-	if totalConfirm == 0 {
-		return
-	}
+	//if totalConfirm == 0 {
+	//	return
+	//}
 	if currentIndex == 1 && len(listConfirm) > 0 {
 		listConfirm[0].Explain = utils.ACtIVITY_SPECIAL_TRIP_EXPLAIN
 	}