public interface IStatisticReportService extends Serializable
限定符和类型 | 方法和说明 |
---|---|
Map<String,Integer> |
getDataByDate(Date startDate,
Date endDate,
String order)
查询日产出 各个参数可为null,参数为null时,方法中不再使用这个参数
|
List<StatisticData> |
getDetailDataByDate(Date startDate,
Date endDate,
String order)
查询工单产出 各个参数可为null,参数为null时,方法中不再使用这个参数
|
Map<String,Integer> |
getHourDataByDay(Date dayDate,
String order)
查询小时产出 各个参数可为null,参数为null时,方法中不再使用这个参数
|
Map<String,Integer> |
getWCBarData(Date date,
String order)
根据时间和工单号获取工位产出
|
Map<String,Integer> |
getWorkStationDataByDate(Date startDate,
Date endDate,
String order) |
Map<String,Integer> getWorkStationDataByDate(Date startDate, Date endDate, String order)
Map<String,Integer> getDataByDate(Date startDate, Date endDate, String order)
startDate
- 开始时间endDate
- 结束时间order
- 工单号 模糊查询Map<String,Integer> getHourDataByDay(Date dayDate, String order)
dayDate
- 日期order
- 工单号 模糊查询List<StatisticData> getDetailDataByDate(Date startDate, Date endDate, String order)
startDate
- 开始时间endDate
- 结束时间order
- 工单号 模糊查询Copyright © 2019. All rights reserved.