|
@@ -60,7 +60,7 @@ public class BiSnapshotApplicationTest : TestBase
|
|
|
if (hasChild.SumCount != 0)
|
|
|
{
|
|
|
var inDto2 = inDto.Adapt<CommunityStatisticsDetailsInDto>();
|
|
|
- inDto2.CommunityCode = hasChild.CommunityCode;
|
|
|
+ inDto2.CommunityFullName = hasChild.CommunityFullName;
|
|
|
var details = await _biSnapshotApplication.GetCommunityStatisticsDetails(inDto2).ToListAsync();
|
|
|
details.Count.ShouldBe(hasChild.SumCount);
|
|
|
}
|