mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
fix: 增加代码生成器高级查询过滤条件
This commit is contained in:
@@ -32,6 +32,10 @@ namespace OpenAuth.App
|
|||||||
{
|
{
|
||||||
objs = objs.Where(u => u.Name.Contains(request.key));
|
objs = objs.Where(u => u.Name.Contains(request.key));
|
||||||
}
|
}
|
||||||
|
if (!string.IsNullOrEmpty(request.sqlWhere))
|
||||||
|
{
|
||||||
|
objs = objs.Where(request.sqlWhere);
|
||||||
|
}
|
||||||
|
|
||||||
{ForeignKeyTemplate}
|
{ForeignKeyTemplate}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user