|
@@ -172,7 +172,7 @@ func NewestQuery(city, keys, subtype string) (str string) {
|
|
|
}
|
|
|
//未登录首页推送数据限制
|
|
|
if subtype != "" {
|
|
|
- musts = append(musts, fmt.Sprintf(query_bool_must, "subtype", `"`+subtype+`"`))
|
|
|
+ musts = append(musts, fmt.Sprintf(query_bool_must, "subtype", subtype))
|
|
|
}
|
|
|
str = fmt.Sprintf(query_city_hkeys, strings.Join(musts, ","), strings.Join(bools, ","))
|
|
|
logx.Info("str:", str)
|