Commit e0543d8d authored by 赵威's avatar 赵威

update printer

parent 42353274
...@@ -20,7 +20,7 @@ object Redis { ...@@ -20,7 +20,7 @@ object Redis {
if (ids.size > 0) { if (ids.size > 0) {
client.del(key) client.del(key)
ids.foreach { id => ids.foreach { id =>
println(id) // println(id)
client.rpush(key, id) client.rpush(key, id)
} }
client.expire(key, 60 * 60 * 24 * 15) client.expire(key, 60 * 60 * 24 * 15)
......
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