mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-03 11:54:00 +08:00
Synchronization code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user