Commit 1c6fcf18 by 丁伟峰

Merge branch 'feat-calender' into develop

2 parents 8b4df8c6 b98856ce
...@@ -249,6 +249,8 @@ public class EngineerCalendarServiceImpl implements EngineerCalendarService { ...@@ -249,6 +249,8 @@ public class EngineerCalendarServiceImpl implements EngineerCalendarService {
content.setType("REST"); content.setType("REST");
content.setTitle("休息"); content.setTitle("休息");
calendar.setContent(Collections.singletonList(content)); calendar.setContent(Collections.singletonList(content));
} else {
calendar.setContent(new ArrayList<>());
} }
return calendar; return calendar;
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!