workCalendar.addWorkDay(workDay);
}
@PostConstruct
public void init() throws Exception {
workCalendar = new WorkCalendar();
this.processWeek();
// 特殊日期
List<WorkcalRule> extraWorkcalRules = workcalRuleManager.find(
"from WorkcalRule where status<>?", STATUS_WEEK);