Commit 363a2da2 by 丁伟峰

bugfix

1 parent 416c70bb
......@@ -98,6 +98,7 @@ public class EngineerCalendarServiceImpl implements EngineerCalendarService {
content.setType("rest");
content.setTitle(e.getType());
content.setValue(getCalendarDuration(e.getStartTime(), e.getEndTime()));
contents.add(content);
}
calander.setContent(contents);
}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!