mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
Code optimization
This commit is contained in:
parent
33347bc324
commit
10f2d29c38
@ -134,7 +134,7 @@ namespace SqlSugar
|
||||
type = null;
|
||||
}
|
||||
string temp = " {0} {1} {2} {3} ";
|
||||
string parameterName = string.Format("{0}Conditional{1}{2}", sqlBuilder.SqlParameterKeyWord, item.FieldName, index);
|
||||
string parameterName = string.Format("{0}Condit{1}{2}", sqlBuilder.SqlParameterKeyWord, item.FieldName, index);
|
||||
if (parameterName.Contains("."))
|
||||
{
|
||||
parameterName = parameterName.Replace(".", "_");
|
||||
|
Loading…
Reference in New Issue
Block a user