Commit a607506f by ruyun.zhang@suvalue.com

Merge branch 'hotfix/管理绩效BUG修复'

parents efe7dd73 efc97165
......@@ -1806,8 +1806,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[]
{
......
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