| | |
| | | return R.data(this.statusRecordService.getTimeDistribution(statusRecordDetailSelectVO)); |
| | | } |
| | | |
| | | /** |
| | | * 工位数据,稼动率,报警率,运行率 |
| | | * @param statusRecordDetailSelectVO |
| | | * @return |
| | | */ |
| | | @ApiOperationSupport(order = 4) |
| | | @PostResource({"/equipment-efficiency"}) |
| | | @ApiOperation(value = "查询设备效率", notes = "传入statusRecordDetailSelectVO") |
| | |
| | | return R.data(this.statusRecordService.exportStatusRecord(vo)); |
| | | } |
| | | |
| | | /** |
| | | * 我们自己前端没有调用yys |
| | | * @param vo |
| | | * @return |
| | | */ |
| | | /* |
| | | @ApiOperationSupport(order = 8) |
| | | @PostResource({"/cross-days"}) |
| | | @ApiOperation("分割状态数据跨天数据") |
| | | public R<List<List<SuperAggregateStateVO>>> crossDayState(@Valid @RequestBody CrossDayStateVO vo) { |
| | | return R.data(this.statusRecordService.crossDayState(vo)); |
| | | } |
| | | }*/ |
| | | |
| | | @ApiOperationSupport(order = 9) |
| | | @PostResource({"/status-record-by-dates"}) |