mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-10-27 03:09:34 +08:00
Garbled BUG
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user