每天进步一点点。

This commit is contained in:
thinkgem
2018-01-31 23:35:22 +08:00
parent 2f9a1a9167
commit 5fe3f27b0f
16 changed files with 586 additions and 490 deletions

View File

@@ -292,7 +292,7 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils {
if (StringUtils.isNoneBlank(begin, end)){
return begin + " ~ " + end;
}
return StringUtils.EMPTY;
return null;
}
/**