|
@@ -295,7 +295,7 @@ namespace OASystem.API.OAMethodLib
|
|
|
day_deduction = ConvertToDecimal(day_miner_unit * 6);
|
|
|
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
|
|
|
{
|