Commit 41acdc4e authored by 赵威's avatar 赵威

get es query

parent e157f0ff
......@@ -57,7 +57,6 @@ object Main {
val secondDemands = user.secondDemands.toList
if ((projects.size > 0) && (secondDemands.size > 0)) {
val query = ES.generateDiaryQuery(-1, projects, secondDemands)
println(query)
ES.test(query)
}
println("########################")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment