Merge pull request #8995 from dataease/pr@dev-v2@refactor_jdbc

refactor: 单一数据源的数据集、图表使用对应数据库语法和函数
This commit is contained in:
Junjun 2024-04-08 16:35:00 +08:00 committed by GitHub
commit 0548ac2b17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -49,6 +49,7 @@ public class FieldUtils {
case "UINT32":
case "UINT64":
return 2;// 整型
case "NUMBER":
case "FLOAT":
case "DOUBLE":
case "DECIMAL":