管理绩效判断优化

parent f08669e9
......@@ -1813,8 +1813,8 @@ public DeptDataDetails GetDoctorDetail(int computeId)
var isShowManage = IsShowManage(resCompute.AllotID.Value);
// 开启 显示管理绩效
if (isShowManage != 2)
doctorDetails.Pandect.RealGiveFee = doctorDetails.Pandect.AssessLaterManagementFee;
if (isShowManage != 1)
doctorDetails.Pandect.RealGiveFee = doctorDetails.Pandect.AssessLaterManagementFee * (resCompute.Adjust ?? 1) + (resCompute.AdjustLaterOtherFee ?? 0);
var types = new int[]
{
......@@ -2117,7 +2117,7 @@ public QueryComputeByDateGetPage GetPerformanceSummary(HospitalGrantSummary requ
CurrentPage = request.CurrentPage,
PageSize = request.PageSize
};
return list;
return list;
}
/// <summary>
......
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