Synchronization code

This commit is contained in:
sunkaixuan
2022-10-28 15:05:35 +08:00
parent 71443f5dbd
commit 6272f30b95

View File

@@ -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;