|
@@ -633,8 +633,8 @@ namespace OASystem.API.OAMethodLib
|
|
|
pm_wsInfo.Ex_ItemsRemark = JsonConvert.SerializeObject(ex_Items);
|
|
|
pm_wsInfo.Mealsupplement = mealTotal;
|
|
|
|
|
|
- pm_wsInfo.Should = salaryTotal;
|
|
|
- pm_wsInfo.TotalDeductions = eductionTotal;
|
|
|
+ pm_wsInfo.Should = salaryTotal;
|
|
|
+ pm_wsInfo.TotalDeductions = eductionTotal;
|
|
|
pm_wsInfo.TotalRealHair = actualReleaseTotal;
|
|
|
pm_wsInfo.AfterTax = actualReleaseTotal - pm_wsInfo.WithholdingTax;
|
|
|
|