mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-07-15 23:13:42 +08:00
Synchronization code
This commit is contained in:
parent
f2040102dc
commit
7396fb9125
@ -156,7 +156,7 @@ namespace SqlSugar
|
||||
};
|
||||
model.Args.Add(methodCallExpressionArgs);
|
||||
}
|
||||
else if (ExpressionTool.GetMethodName(item)== "Format" && ExpressionTool.GetParameters(item).Count==0)
|
||||
else if (name!=null && name != "MappingColumn" && !name.StartsWith("Row") &&ExpressionTool.GetMethodName(item)== "Format" && ExpressionTool.GetParameters(item).Count==0)
|
||||
{
|
||||
var value = ExpressionTool.DynamicInvoke(item);
|
||||
var p = AppendParameter(value);
|
||||
|
Loading…
Reference in New Issue
Block a user