diff --git a/Src/Asp.NetCore2/SqlSugar/ExpressionsToSql/Common/SugarParameter.cs b/Src/Asp.NetCore2/SqlSugar/ExpressionsToSql/Common/SugarParameter.cs index f0518e03d..c04b267b3 100644 --- a/Src/Asp.NetCore2/SqlSugar/ExpressionsToSql/Common/SugarParameter.cs +++ b/Src/Asp.NetCore2/SqlSugar/ExpressionsToSql/Common/SugarParameter.cs @@ -110,10 +110,6 @@ namespace SqlSugar { this.DbType = System.Data.DbType.Byte; } - else if (type == UtilConstants.SByteType) - { - this.DbType = System.Data.DbType.SByte; - } else if (type == UtilConstants.FloatType) { this.DbType = System.Data.DbType.Single;