|
@@ -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
|