mirror of
https://github.com/dataease/dataease.git
synced 2026-06-13 01:01:20 +08:00
@@ -62,6 +62,9 @@ public class CKQueryProvider extends QueryProvider {
|
||||
if (field.indexOf("DATETIME64") > -1) {
|
||||
field = "DATETIME64";
|
||||
}
|
||||
if (field.indexOf("DECIMAL") > -1) {
|
||||
field = "DECIMAL";
|
||||
}
|
||||
switch (field) {
|
||||
case "STRING":
|
||||
case "VARCHAR":
|
||||
|
||||
Reference in New Issue
Block a user