Commit a113690f by 丁伟峰

Merge branch 'feature-dingwf-0715' into develop

2 parents c38ee74a 80e3ec30
......@@ -101,9 +101,8 @@ public class EngineerCalendarServiceImpl implements EngineerCalendarService {
content.setType("leave");
content.setTitle(e.getType());
content.setValue(getCalendarDuration(e.getStartTime(), e.getEndTime()));
contents.add(content);
calander.getContent().add(content);
}
calander.setContent(contents);
}
calendars.add(calander);
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!