|
@@ -221,7 +221,7 @@ func GetActivityLabelSpecialList(user *models.WxUserItem, conditionActivitySpeci
|
|
|
return
|
|
|
}
|
|
|
|
|
|
- conditionNoTrip += ` AND art.days = 0 `
|
|
|
+
|
|
|
var conditionShengjiNoTrip string
|
|
|
var conditionZhengshiNoTrip string
|
|
|
var conditionHangYeNoTrip string
|
|
@@ -746,6 +746,7 @@ func GetActivitySpecialSearcheList(user *models.WxUserItem, condition string, st
|
|
|
if playBack == 1 {
|
|
|
conditionSpecil += ` AND art.activity_id = 0 `
|
|
|
}
|
|
|
+ conditionSpecil += ` AND art.publish_status = 1 `
|
|
|
list, totalSearche, e := models.GetActivitySpecialSearcheList(condition, pars, conditionSpecil, parsSpecil, startSize, pageSize)
|
|
|
if e != nil {
|
|
|
err = errors.New("GetActivitySpecialSearcheList, Err: " + e.Error())
|