fix: 修复低版本的ck获取表错误

This commit is contained in:
taojinlong 2024-08-07 09:20:45 +08:00
parent 4b13d91741
commit a69cfc6ac5

View File

@ -31,6 +31,7 @@ public class FieldUtils {
case "SMALLDATETIME":
case "DATETIME64":
case "_TIMESTAMPTZ":
case "TIMESTAMPTZ":
return 1;// 时间
case "INT":
case "SMALLINT":