Commit 2d4d37ac authored by 温志超's avatar 温志超

更新报表

parent d429aca0
...@@ -111,7 +111,7 @@ public class DailyProductionReportServiceImp implements DailyProductionReportSer ...@@ -111,7 +111,7 @@ public class DailyProductionReportServiceImp implements DailyProductionReportSer
String startDate = simpleDateFormat.format(dailyProductionReportRequest.getStartDate()); String startDate = simpleDateFormat.format(dailyProductionReportRequest.getStartDate());
String endDate = simpleDateFormat.format(dailyProductionReportRequest.getEndDate()); String endDate = simpleDateFormat.format(dailyProductionReportRequest.getEndDate());
List<String> dateList = getAscDateList(startDate, endDate); List<String> dateList = getAscDateList(startDate, endDate);
return null; return dateList;
} }
public static List<String> getAscDateList(String start, String end) { public static List<String> getAscDateList(String start, String end) {
......
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