Commit 4b57489d authored by wanglianxi's avatar wanglianxi

2020年6月5日11:19:35

parent bd43e034
...@@ -96,7 +96,7 @@ public class ExportScheduleController { ...@@ -96,7 +96,7 @@ public class ExportScheduleController {
.fieldDisplayOrder(ThirtyOneSchedule.order).build(thirtyOneScheduleList); .fieldDisplayOrder(ThirtyOneSchedule.order).build(thirtyOneScheduleList);
} }
String title = selectScheduleVO.getStartTime() + "-" + selectScheduleVO.getEndTime(); String title = selectScheduleVO.getStartTime().substring(0,10) + "-" + selectScheduleVO.getEndTime().substring(0,10);
String content; String content;
if (type == 1){ if (type == 1){
content = "排班统计信息"; content = "排班统计信息";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment