|
@@ -28,7 +28,7 @@ const (
|
|
|
Pushcache_2_a = "pushcache_2_a"
|
|
|
Pushcache_2_b = "pushcache_2_b"
|
|
|
Pushcache_2_c = "pushcache_2_c"
|
|
|
- Es_ProjectQuery = `{"query":{"bool":{"filter":{"terms":{"list.infoid":[%s]}}}},"_source":["_id","list.infoid","list.publishtime"],"sort":{"id":"desc"},"from":0,"size":%d}`
|
|
|
+ Es_ProjectQuery = `{"query":{"bool":{"must":{"terms":{"list.infoid":[%s]}}}},"_source":["_id","list.infoid","list.publishtime"],"sort":{"id":"desc"},"from":0,"size":%d}`
|
|
|
Ent_EmpowerVip = "VIP订阅"
|
|
|
Ent_EmpowerMember = "大会员"
|
|
|
MatchWay_Title = "1"
|