mirror of
https://github.com/dataease/dataease.git
synced 2026-05-17 06:50:45 +08:00
fix: 识别 ck 字段类型
This commit is contained in:
@@ -39,6 +39,7 @@ public class CKQueryProvider extends QueryProvider {
|
||||
|
||||
@Override
|
||||
public Integer transFieldType(String field) {
|
||||
field = field.toUpperCase();
|
||||
if (field.indexOf("ARRAY") > -1) {
|
||||
field = "ARRAY";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user