fix: 时间格式化
This commit is contained in:
parent
6971bd67cd
commit
cf662b71b1
@ -107,7 +107,7 @@ public class MysqlQueryProvider extends QueryProvider {
|
||||
if (f.getDeType() == 2 || f.getDeType() == 3) {
|
||||
fieldName = String.format(MySQLConstants.UNIX_TIMESTAMP, originField) + "*1000";
|
||||
} else {
|
||||
fieldName = originField;
|
||||
fieldName = String.format(MySQLConstants.DATE_FORMAT, originField, MySQLConstants.DEFAULT_DATE_FORMAT);
|
||||
}
|
||||
} else if (f.getDeExtractType() == 0) {
|
||||
if (f.getDeType() == 2) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user