mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-21 02:58:05 +08:00
Code optimization
This commit is contained in:
@@ -134,7 +134,7 @@ namespace SqlSugar
|
|||||||
type = null;
|
type = null;
|
||||||
}
|
}
|
||||||
string temp = " {0} {1} {2} {3} ";
|
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("."))
|
if (parameterName.Contains("."))
|
||||||
{
|
{
|
||||||
parameterName = parameterName.Replace(".", "_");
|
parameterName = parameterName.Replace(".", "_");
|
||||||
|
Reference in New Issue
Block a user