Commit 6b190aaa authored by 王志伟's avatar 王志伟

更改评估指标日期

parent 46398435
......@@ -312,7 +312,7 @@ object Repeated_content_recommendation_moreday {
val now= new Date()
val dateFormat = new SimpleDateFormat("yyyy-MM-dd")
val date = dateFormat.format(now.getTime - 86400000L * 15)
val date = dateFormat.format(now.getTime - 86400000L * 8)
val yesterday=dateFormat.format(now.getTime- 86400000L)
......
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