Commit 5c7ec4e8 authored by 周亚武's avatar 周亚武

钉钉相关接口

parent 9f70185e
......@@ -630,7 +630,7 @@ public class DingMessageController {
* @return
*/
private float converMillsToDays(long milliseconds){
float days = ((float) milliseconds) / (60*60*24);
float days = ((float) milliseconds) / (60*60*12);
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