mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-20 02:29:39 +08:00
-
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user