mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-12-17 09:35:48 +08:00
Garbled BUG
This commit is contained in:
@@ -71,6 +71,11 @@ namespace SqlSugar
|
|||||||
{
|
{
|
||||||
this.DbType = System.Data.DbType.Boolean;
|
this.DbType = System.Data.DbType.Boolean;
|
||||||
}
|
}
|
||||||
|
else if (type == UtilConstants.StringType)
|
||||||
|
{
|
||||||
|
this.DbType = System.Data.DbType.String;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
public SugarParameter(string name, object value, bool isOutput)
|
public SugarParameter(string name, object value, bool isOutput)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user