|
|
@ -425,9 +425,16 @@ namespace SqlSugar |
|
|
|
return LambdaExpressions.DbMehtods.GetDate(); |
|
|
|
} |
|
|
|
else if (IsListSetExp(columnInfo)|| IsSingleSetExp(columnInfo)) |
|
|
|
{ |
|
|
|
if (this.ReSetValueBySqlExpList[columnInfo.PropertyName].Type == ReSetValueBySqlExpListModelType.List) |
|
|
|
{ |
|
|
|
return columnInfo.DbColumnName+this.ReSetValueBySqlExpList[columnInfo.PropertyName].Sql+name; |
|
|
|
} |
|
|
|
else |
|
|
|
{ |
|
|
|
return this.ReSetValueBySqlExpList[columnInfo.PropertyName].Sql; |
|
|
|
} |
|
|
|
} |
|
|
|
else if (columnInfo.UpdateSql.HasValue()) |
|
|
|
{ |
|
|
|
return columnInfo.UpdateSql; |
|
|
|