fix bug
This commit is contained in:
parent
a371b38c00
commit
8a83782282
@ -290,7 +290,7 @@ namespace ZR.CodeGenerator
|
||||
{
|
||||
return $"it => it.{ propertyName}.Contains(parm.{propertyName}))";
|
||||
}
|
||||
return "";
|
||||
return $"it => it.{ propertyName} == parm.{propertyName})";
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user