|
|
@ -1033,6 +1033,12 @@ public class KQOverTimeRuleCalBiz {
|
|
|
|
String searIdYb = bb.getPropValue("nbkq_main","searIdYb");
|
|
|
|
String searIdYb = bb.getPropValue("nbkq_main","searIdYb");
|
|
|
|
//管理人员12小时班制夜班最大加班时长
|
|
|
|
//管理人员12小时班制夜班最大加班时长
|
|
|
|
Integer ybMaxMins = Util.getIntValue(bb.getPropValue("nbkq_main","ybMaxMins"));
|
|
|
|
Integer ybMaxMins = Util.getIntValue(bb.getPropValue("nbkq_main","ybMaxMins"));
|
|
|
|
|
|
|
|
if(searIdYb.equals(searIdFrom)){
|
|
|
|
|
|
|
|
//12夜补半小时
|
|
|
|
|
|
|
|
mins = mins + 30;
|
|
|
|
|
|
|
|
kqLog.info("12夜补半小时:"+mins);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
Integer bxszh = changeBxs(mins);
|
|
|
|
Integer bxszh = changeBxs(mins);
|
|
|
|
|
|
|
|
|
|
|
|
kqLog.info("半小时计提时长bxszh:"+bxszh+"searIdFrom:"+searIdFrom);
|
|
|
|
kqLog.info("半小时计提时长bxszh:"+bxszh+"searIdFrom:"+searIdFrom);
|
|
|
|