Browse Source

feat:xiugai

wangchuanjin 1 year ago
parent
commit
73f89a0610
1 changed files with 1 additions and 1 deletions
  1. 1 1
      projecter/push.go

+ 1 - 1
projecter/push.go

@@ -24,7 +24,7 @@ type Pusher interface {
 }
 
 const (
-	projectQuery       = `{"query":{"bool":{"must":{"range":{"pici":{"gt":%d,"lte":%d}}}}}%s}`
+	projectQuery       = `{"query":{"bool":{"must":{"range":{"pici":{"gte":%d,"lt":%d}}}}}%s}`
 	projectPagingQuery = `,"_source":["_id","list"]`
 )