判断规则优化一下

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