mirror of
https://github.com/dataease/dataease.git
synced 2026-06-11 15:27:02 +08:00
fix: ck 字段类型识别错误
This commit is contained in:
@@ -96,6 +96,7 @@ public class CKQueryProvider extends QueryProvider {
|
||||
return 3;// 浮点
|
||||
case "BIT":
|
||||
case "TINYINT":
|
||||
case "BOOL":
|
||||
return 4;// 布尔
|
||||
default:
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user