mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-28 16:37:58 +08:00
Garbled BUG
This commit is contained in:
parent
e86356b6a3
commit
5e8fab860d
@ -71,6 +71,11 @@ namespace SqlSugar
|
||||
{
|
||||
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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user