Commit fb08dd6b authored by 赵威's avatar 赵威

update printer

parent 52b74d80
......@@ -57,11 +57,12 @@ object Main {
val secondDemands = user.secondDemands.toList
println(user.deviceId)
println(projects.mkString(" "))
if ((projects.size > 0) || (secondDemands.size > 0)) {
val diaryQuery = ES.generateDiaryQuery(projects, secondDemands, -1)
val tractateQuery = ES.generateTractateQuery(projects, secondDemands)
ES.test(diaryQuery, tractateQuery)
}
// if ((projects.size > 0) || (secondDemands.size > 0)) {
// val diaryQuery = ES.generateDiaryQuery(projects, secondDemands, -1)
// val tractateQuery = ES.generateTractateQuery(projects, secondDemands)
// ES.test(diaryQuery, tractateQuery)
// }
ES.test("", "")
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