leiy 1 рік тому
батько
коміт
4ecbfe64df

+ 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 处理当月工资数据