Commit 3ff83a9c authored by 赵威's avatar 赵威

update printer

parent e0543d8d
...@@ -57,7 +57,7 @@ object Main { ...@@ -57,7 +57,7 @@ object Main {
val cityId = user.cityId val cityId = user.cityId
val deviceId = user.deviceId val deviceId = user.deviceId
println(deviceId) println(deviceId)
println(projects.mkString(" ")) // println(projects.mkString(" "))
val diaryReq = ES.generateDiaryRequest(projects, secondDemands, cityId, 300) val diaryReq = ES.generateDiaryRequest(projects, secondDemands, cityId, 300)
val tractateReq = ES.generateTractateRequest(projects, secondDemands, 300) val tractateReq = ES.generateTractateRequest(projects, secondDemands, 300)
......
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