Compare commits
3 Commits
10cb23db9e
...
4e2eca295d
Author | SHA1 | Date | |
---|---|---|---|
4e2eca295d | |||
1f165055c1 | |||
7b953fa73e |
@@ -731,6 +731,7 @@ namespace Elwig.Services {
|
|||||||
.Select(p => p.Delivery)
|
.Select(p => p.Delivery)
|
||||||
.Distinct()
|
.Distinct()
|
||||||
.Include(d => d.Parts).ThenInclude(p => p.PartModifiers)
|
.Include(d => d.Parts).ThenInclude(p => p.PartModifiers)
|
||||||
|
.Include(d => d.Parts).ThenInclude(p => p.Rd)
|
||||||
.Include(d => d.Parts).ThenInclude(p => p.Kg!.Gl)
|
.Include(d => d.Parts).ThenInclude(p => p.Kg!.Gl)
|
||||||
.AsSplitQuery()
|
.AsSplitQuery()
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
@@ -758,6 +759,7 @@ namespace Elwig.Services {
|
|||||||
.Select(p => p.Delivery)
|
.Select(p => p.Delivery)
|
||||||
.Distinct()
|
.Distinct()
|
||||||
.Include(d => d.Parts).ThenInclude(p => p.PartModifiers)
|
.Include(d => d.Parts).ThenInclude(p => p.PartModifiers)
|
||||||
|
.Include(d => d.Parts).ThenInclude(p => p.Rd)
|
||||||
.Include(d => d.Parts).ThenInclude(p => p.Kg!.Gl)
|
.Include(d => d.Parts).ThenInclude(p => p.Kg!.Gl)
|
||||||
.AsSplitQuery()
|
.AsSplitQuery()
|
||||||
.ToListAsync();
|
.ToListAsync();
|
||||||
|
Reference in New Issue
Block a user