Commit 8dd59193 authored by Quxl's avatar Quxl

x

parent 7051cde0
......@@ -44,7 +44,7 @@ public class DateUtil {
if (dateString != null && !dateString.equals("")) {
return parseDate(dateString, fmt);
} else {
return "0000-00-00";
return null;
}
}
......
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