forked from github/dataease
fix: 修复低版本的ck获取表错误
This commit is contained in:
parent
4b13d91741
commit
a69cfc6ac5
@ -31,6 +31,7 @@ public class FieldUtils {
|
||||
case "SMALLDATETIME":
|
||||
case "DATETIME64":
|
||||
case "_TIMESTAMPTZ":
|
||||
case "TIMESTAMPTZ":
|
||||
return 1;// 时间
|
||||
case "INT":
|
||||
case "SMALLINT":
|
||||
|
Loading…
Reference in New Issue
Block a user