提交 02c27455 编写于 作者: 街头小贩's avatar 街头小贩 提交者: Gitee

修正日期工具类方法bug

上级 e31f8e4c
......@@ -476,7 +476,7 @@ public final class DateTimeUtils {
if (null == dateTime) {
return false;
}
return dateTime.isBefore(LocalDateTime.now());
return LocalDateTime.now().isBefore(dateTime);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册