Commit 47bd618d by 丁伟峰

Merge branch 'feat-calender' into develop

2 parents 1b4bb9e7 2d666903
...@@ -202,7 +202,7 @@ public class EngineerCalendarServiceImpl implements EngineerCalendarService { ...@@ -202,7 +202,7 @@ public class EngineerCalendarServiceImpl implements EngineerCalendarService {
EngineerCalendarDTO.Content content = new EngineerCalendarDTO.Content(); EngineerCalendarDTO.Content content = new EngineerCalendarDTO.Content();
content.setPlanId(e.getPlanId()); content.setPlanId(e.getPlanId());
content.setType("LEAVE"); content.setType("LEAVE");
content.setTitle(e.getType()); content.setTitle(e.getReason());
content.setValue(getCalendarDuration(e.getStartTime(), e.getEndTime())); content.setValue(getCalendarDuration(e.getStartTime(), e.getEndTime()));
content.setPlanId(e.getPlanId()); content.setPlanId(e.getPlanId());
contents.add(content); contents.add(content);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!