fix(数据源): ck 字段识别错误

This commit is contained in:
taojinlong 2022-07-28 17:26:30 +08:00
parent d4371270d6
commit 085c162e4a

View File

@ -78,7 +78,7 @@ public class CKQueryProvider extends QueryProvider {
case "UINT64":
return 2;// 整型
case "FLOAT32":
case "Float64":
case "FLOAT64":
case "DECIMAL":
return 3;// 浮点
case "BIT":