|
@@ -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
|
|
|
{
|