浏览代码

Merge branch 'fix/red_audit_amount' into dev

qinchaoyue 3 天之前
父节点
当前提交
d372723ac8
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/Hotline.Tests/Application/BiSnapshotApplicationTest.cs

+ 1 - 1
test/Hotline.Tests/Application/BiSnapshotApplicationTest.cs

@@ -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);
             }