判断规则优化一下

parent d2a4af98
...@@ -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 != 2)
doctorDetails.Pandect.RealGiveFee = doctorDetails.Pandect.AssessLaterManagementFee; 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