| | |
| | | return R.data(this.traceFlowRecordService.getOtherProcessParameter(partNo, id)); |
| | | } |
| | | |
| | | /* |
| | | @ApiOperationSupport(order = 3) |
| | | @GetResource({"/workstation-process-parameter"}) |
| | | @ApiOperation("加工设备类型获取工件流程记录") |
| | | @PreAuth |
| | | public R<ProParamSheetVO> processParameter(@RequestParam("id") @ApiParam(value = "加工流程id", required = true) String id, @RequestParam("shiftIndex") @ApiParam(value = "班次", required = true) Integer shiftIndex) { |
| | | return R.data(this.traceFlowRecordService.getProcessParameter(id, shiftIndex)); |
| | | } |
| | | }*/ |
| | | |
| | | @ApiOperationSupport(order = 4) |
| | | @PostResource({"/export"}) |