|
|
|
@ -143,7 +143,8 @@ public class AskForLeaveWorkFlowSubmitAction implements Action {
|
|
|
|
|
}
|
|
|
|
|
if (leaveDuration > 0) {
|
|
|
|
|
//假期余额不足
|
|
|
|
|
String message = ksrq + "对应的" + holidayItem.get("mc") + "假期余额不足!";
|
|
|
|
|
// String message = ksrq + "对应的" + holidayItem.get("mc") + "假期余额不足!";
|
|
|
|
|
String message = holidayItem.get("mc") + "假期余额不足!";
|
|
|
|
|
log.error(message);
|
|
|
|
|
requestInfo.getRequestManager().setMessageid("11111" + requestid + "22222");
|
|
|
|
|
requestInfo.getRequestManager().setMessagecontent(message);
|
|
|
|
|