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 "SMALLDATETIME":
|
||||||
case "DATETIME64":
|
case "DATETIME64":
|
||||||
case "_TIMESTAMPTZ":
|
case "_TIMESTAMPTZ":
|
||||||
|
case "TIMESTAMPTZ":
|
||||||
return 1;// 时间
|
return 1;// 时间
|
||||||
case "INT":
|
case "INT":
|
||||||
case "SMALLINT":
|
case "SMALLINT":
|
||||||
|
Loading…
Reference in New Issue
Block a user