mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 04:13:48 +08:00
Synchronization code
This commit is contained in:
parent
5484a0844e
commit
df28f6a1fe
@ -173,7 +173,8 @@ namespace SqlSugar
|
||||
&& columnInfo?.PropertyName != null
|
||||
&& !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));
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user