浏览代码

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

leiy 1 年之前
父节点
当前提交
d93cee41de
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
                                     {