ToChildListAsync加入查询条件筛选结果不正确 返回

SqlSugar 沟通中
1 117

 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