Commit cf2754e9 authored by 周亚武's avatar 周亚武

钉钉相关接口

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