Commit d14e03c8 authored by 姬鋆屾's avatar 姬鋆屾
parents 85a9c457 cf2754e9
...@@ -630,7 +630,7 @@ public class DingMessageController { ...@@ -630,7 +630,7 @@ public class DingMessageController {
* @return * @return
*/ */
private float converMillsToDays(long milliseconds){ private float converMillsToDays(long milliseconds){
float days = ((float) milliseconds) / (60*60*12); float days = ((float) milliseconds) / (60*60*24);
return days; return days;
} }
......
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