ToChildListAsync加入查询条件筛选结果不正确 返回
SqlSugar
沟通中
1
117
wafulo 发布于1个月前
悬赏:0 飞吻
var orgTreeList = await _sysOrgRep.AsQueryable()
.Includes(t => t.AttachProps, t => t.DictData)
.Includes(t => t.AttachProps, t => t.DictType)
//.Where(t=>t.AttachProps.Any(m=> input.AttachPropTypeCodes.Contains(m.DictType.Code)))
.ToChildListAsync(
t => t.Pid, input.OrgId, true);
如果加入注释行,只能查出一条数据,实际应该查出50条数据
热忱回答(1)
-
fate sta VIP01个月前
禁止加where
0 回复