Browse Source

no message

xingzai 2 years ago
parent
commit
197c889c1d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      services/activity_special.go

+ 2 - 0
services/activity_special.go

@@ -128,6 +128,8 @@ func GetActivityLabelSpecialList(user *models.WxUserItem, isPower int, chartPerm
 	}
 	//if len(specialList) < 8 {
 	//	conditionTrip += ` AND art.days = 0  ORDER BY art.last_updated_time DESC`
+
+	condition += ` AND art.days = 0  ORDER BY art.last_updated_time DESC`
 	specialListNotrip, e := models.GetActivityLabelSpecialListAll(condition, pars, 0, 20)
 	if e != nil {
 		err = e