refactor(数据集): 拼写错误

This commit is contained in:
taojinlong 2024-01-31 16:12:46 +08:00
parent 8295d4aa15
commit ef1025e587

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":