REQ-2135: 修复日期格式错误的问题
This commit is contained in:
parent
099ebb0574
commit
6654091465
@ -20,7 +20,7 @@ import java.util.Date;
|
||||
class EvalTypeVisitor implements SQLASTVisitor {
|
||||
|
||||
private static final String TYPE = "type";
|
||||
private static final SimpleDateFormat SDF = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.Ss");
|
||||
private static final SimpleDateFormat SDF = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SS");
|
||||
static final EvalTypeVisitor INSTANCE = new EvalTypeVisitor();
|
||||
|
||||
private EvalTypeVisitor() {}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user