行政科室详情BUG修复

parent 831b8222
......@@ -1033,7 +1033,7 @@ public DeptDataDetails DeptOfficeDetail(int accountId)
{
JobNumber = item.JobNumber,
ItemName = item.EmployeeName,
ItemValue = Math.Round(item.PerforSumFee ?? 0, 2)
ItemValue = Math.Round(item.PerforTotal ?? 0, 2)
});
}
}
......
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