mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
-
This commit is contained in:
parent
ea213bfadc
commit
5484a0844e
@ -173,7 +173,8 @@ namespace SqlSugar
|
|||||||
&& columnInfo?.PropertyName != null
|
&& columnInfo?.PropertyName != null
|
||||||
&& !columnInfo.PropertyName.IsRegexWNoContainsChinese())
|
&& !columnInfo.PropertyName.IsRegexWNoContainsChinese())
|
||||||
{
|
{
|
||||||
appendValue = Context.SqlParameterKeyWord + "p" + appendValue.GetHashCode() +"no"+ Context.ParameterIndex;
|
appendValue = (Context.SqlParameterKeyWord + "p" + appendValue.GetHashCode() +"no"+ Context.ParameterIndex)
|
||||||
|
.Replace("-","");
|
||||||
this.Context.Parameters.Add(new SugarParameter(appendValue, value));
|
this.Context.Parameters.Add(new SugarParameter(appendValue, value));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user