Commit 9d95ce73 by 汪志阳

fix:去除模拟时间代码

parent 7ab887cd
......@@ -322,8 +322,8 @@ public class OffBedAlarm implements IAlarm {
}
private LocalDateTime currentTime() {
// return LocalDateTime.now().plusHours(7);
return LocalDateTime.now();
return LocalDateTime.now().plusHours(7);
// return LocalDateTime.now();
}
private LocalDateTime longToTime(Long longTime) {
......
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 sign in to comment