This commit is contained in:
不做码农 2022-02-09 21:20:43 +08:00
parent a371b38c00
commit 8a83782282

View File

@ -290,7 +290,7 @@ namespace ZR.CodeGenerator
{
return $"it => it.{ propertyName}.Contains(parm.{propertyName}))";
}
return "";
return $"it => it.{ propertyName} == parm.{propertyName})";
}
/// <summary>