Commit 4c393702 by 1391696987

查询绩效统计数据异常

parent 1aedaf30
......@@ -1039,7 +1039,7 @@ public List<OwnerMobilePerformanceDto> GetOwnerMobilePerformance(string jobNumbe
Details = new List<OwnerMobileItemDetailDto>()
};
var dto = new OwnerMobilePerformanceDto { Total = item.Sum(w => w.RealGiveFee), Items = new List<OwnerMobileItemDto>() };
var dto = new OwnerMobilePerformanceDto { Total = item.Sum(w => w.RealPerformance ?? 0), Items = new List<OwnerMobileItemDto>() };
if (perforSumFee.Amount != 0) dto.Items.Add(perforSumFee);
if (perforManagementFee.Amount != 0) dto.Items.Add(perforManagementFee);
if (nightWorkPerfor.Amount != 0) dto.Items.Add(nightWorkPerfor);
......
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