Browse Source

计算工资
更改 打卡 迟到,早退,旷工
原因表述

leiy 1 year ago
parent
commit
d93cee41de
1 changed files with 1 additions and 1 deletions
  1. 1 1
      OASystem/OASystem.Api/OAMethodLib/PayrollComputation.cs

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

@@ -295,7 +295,7 @@ namespace OASystem.API.OAMethodLib
                                         day_deduction = ConvertToDecimal(day_miner_unit * 6); //3小时
                                         meal_deduction += 10.00M;  //餐补扣款
                                         absenteeism_deduction += day_deduction; //矿工半日
-                                        beLate_belate_ex.Reason = thisDtStr + " 午(09:00)缺卡/未打卡视为下午旷工(3小时)";
+                                        beLate_belate_ex.Reason = thisDtStr + " 午(09:00)缺卡/未打卡视为下午旷工(3小时)";
                                     }
                                     else
                                     {