mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 10:08:19 +08:00
Update exp to sql
This commit is contained in:
@@ -124,6 +124,9 @@ namespace SqlSugar
|
||||
base.Expression = item;
|
||||
base.Start();
|
||||
var subSql = base.Context.GetEqString(memberName, parameter.CommonTempData.ObjToString());
|
||||
if (subSql.Contains(",")) {
|
||||
subSql = subSql.Replace(",", UtilConstants.ReplaceCommaKey);
|
||||
}
|
||||
if (ResolveExpressType.Update == this.Context.ResolveType)
|
||||
{
|
||||
string name = this.Context.GetTranslationTableName(parameter.CurrentExpression.Type.Name, true);
|
||||
|
Reference in New Issue
Block a user