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