Merge pull request #7943 from dataease/pr@dev@fix_setKey

refactor(数据集): 拼写错误
This commit is contained in:
taojinlong
2024-01-31 16:13:45 +08:00
committed by GitHub

View File

@@ -73,7 +73,7 @@ public class SqlserverQueryProvider extends QueryProvider {
case "DATETIME":
case "DATETIME2":
case "DATETIMEOFFSET":
case "SMALLDATATIME":
case "SMALLDATETIME":
return DeTypeConstants.DE_TIME;// 时间
case "INT":
case "MEDIUMINT":