Commit dbaf668f authored by 黄奎's avatar 黄奎

页面修改

parent e4d8afbd
......@@ -7,7 +7,7 @@
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<PlatformTarget>AnyCPU</PlatformTarget>
<NoWarn>1701;1702;NETSDK1138</NoWarn>
<NoWarn>1701;1702;NETSDK1138;CS8602</NoWarn>
</PropertyGroup>
<ItemGroup>
......
......@@ -1032,7 +1032,7 @@ namespace Edu.Module.Customer
customerDataList.Add(new
{
ChannelName = customerList?.FirstOrDefault(qitem=>qitem.CustomerId==sItem.StuSourceId)?.CustomerName??"",
StuSourceId = sItem.StuSourceId,
sItem.StuSourceId,
ClueCount = tempCusList?.Count(),
VisitCount = tempCusList?.Sum(qitem => qitem.VisitCount),
OrderCount = tempCusList?.Sum(qitem => qitem.OrderCount),
......@@ -1058,7 +1058,7 @@ namespace Edu.Module.Customer
innerDataList.Add(new
{
ChannelName = empList?.FirstOrDefault(qitem => qitem.Id == sItem.StuSourceId)?.EmployeeName ?? "",
StuSourceId = sItem.StuSourceId,
sItem.StuSourceId,
ClueCount = tempCusList?.Count(),
VisitCount = tempCusList?.Sum(qitem => qitem.VisitCount),
OrderCount = tempCusList?.Sum(qitem => qitem.OrderCount),
......@@ -1083,7 +1083,7 @@ namespace Edu.Module.Customer
transDataList.Add(new
{
ChannelName = stuList?.FirstOrDefault(qitem => qitem.StuId == sItem.StuSourceId)?.StuName ?? "",
StuSourceId = sItem.StuSourceId,
sItem.StuSourceId,
ClueCount = tempCusList?.Count(),
VisitCount = tempCusList?.Sum(qitem => qitem.VisitCount),
OrderCount = tempCusList?.Sum(qitem => qitem.OrderCount),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment