Browse Source

Synchronization code

pull/24/MERGE
sunkaixuan 2 years ago
parent
commit
6272f30b95
  1. 4
      Src/Asp.NetCore2/SqlSugar/ExpressionsToSql/Common/SugarParameter.cs

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

Loading…
Cancel
Save