提交 e8059a1d 编写于 作者: J jurgen

MySQL date time handler fix

上级 8f0e116b
...@@ -59,7 +59,7 @@ public class MySQLDateTimeValueHandler extends JDBCDateTimeValueHandler { ...@@ -59,7 +59,7 @@ public class MySQLDateTimeValueHandler extends JDBCDateTimeValueHandler {
"','%Y-%m-%d %H:%i:%s')"; "','%Y-%m-%d %H:%i:%s')";
} }
} else { } else {
return getValueDisplayString(column, value, format); return super.getValueDisplayString(column, value, format);
} }
} }
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册