BUG修复

parent 7b378465
...@@ -1813,7 +1813,7 @@ public DeptDataDetails GetDoctorDetail(int computeId) ...@@ -1813,7 +1813,7 @@ public DeptDataDetails GetDoctorDetail(int computeId)
// 开启 显示管理绩效 // 开启 显示管理绩效
if (isShowManage != 1) if (isShowManage != 1)
doctorDetails.Pandect.RealGiveFee = doctorDetails.Pandect.AssessLaterManagementFee; doctorDetails.Pandect.RealGiveFee = doctorDetails.Pandect.AssessLaterManagementFee * (resCompute.Adjust ?? 1) + (resCompute.AdjustLaterOtherFee ?? 0);
var types = new int[] var types = new int[]
{ {
......
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