mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-05-03 12:18:00 +08:00
Update exp to sql
This commit is contained in:
parent
5defeb79ec
commit
91e0cc4d46
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user