提交 11384ff1 authored 作者: taojinlong's avatar taojinlong

fix: 识别 ck 字段类型

上级 41d42372
......@@ -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";
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论