浏览代码

计算工资 4.6

leiy 1 年之前
父节点
当前提交
4ecbfe64df
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      OASystem/OASystem.Api/OAMethodLib/PayrollComputation.cs

+ 1 - 2
OASystem/OASystem.Api/OAMethodLib/PayrollComputation.cs

@@ -612,10 +612,9 @@ namespace OASystem.API.OAMethodLib
 
                 //扣款合计 不含个税
                 decimal eductionTotal = sickLeaveTotal + personalLeaveTotal + beLate_deduction + early_deduction + absenteeism_deduction + unprinted_deduction + other_deduction +
-                    pm_wsInfo.WithholdingInsurance + pm_wsInfo.ReservedFunds;
+                    pm_wsInfo.WithholdingInsurance + pm_wsInfo.ReservedFunds + pm_wsInfo.OtherDeductions;
                 decimal actualReleaseTotal = salaryTotal - eductionTotal; //实发合计 * 不含个税
 
-
                 #endregion
 
                 #region 处理当月工资数据