Commit 18d994a8 by 钟博

Merge branch 'hotfix/行政中层二次分配显示错误'

parents 10deed2b d6394a4d
...@@ -1700,9 +1700,6 @@ public DeptDataDetails GetAdministration(int computeId) ...@@ -1700,9 +1700,6 @@ public DeptDataDetails GetAdministration(int computeId)
}; };
var isShowManage = IsShowManage(resCompute.AllotID.Value); var isShowManage = IsShowManage(resCompute.AllotID.Value);
// 开启 显示管理绩效
if (isShowManage == 2)
doctorDetails.Pandect.RealGiveFee = doctorDetails.Pandect.AssessLaterManagementFee;
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