mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 12:18:00 +08:00
Synchronization code
This commit is contained in:
parent
8420fffc0f
commit
e65f51cd9e
@ -173,7 +173,7 @@ namespace SqlSugar
|
|||||||
&& columnInfo?.PropertyName != null
|
&& columnInfo?.PropertyName != null
|
||||||
&& !columnInfo.PropertyName.IsRegexWNoContainsChinese())
|
&& !columnInfo.PropertyName.IsRegexWNoContainsChinese())
|
||||||
{
|
{
|
||||||
appendValue = Context.SqlParameterKeyWord + appendValue.GetHashCode();
|
appendValue = "p"+Context.SqlParameterKeyWord + appendValue.GetHashCode() +"no"+ Context.ParameterIndex;
|
||||||
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