| | |
| | | return otherWorkstationVO; |
| | | } |
| | | |
| | | |
| | | /* |
| | | public ProParamSheetVO getProcessParameter(String id, Integer shiftIndex) { |
| | | TraceFlowRecord traceFlowRecord = (TraceFlowRecord) getById(id); |
| | | if (traceFlowRecord != null) { |
| | | TraceFlowSettings traceFlowSettings = this.flowSettingsService.getOne(Wrappers.<TraceFlowSettings>lambdaQuery() |
| | | .eq(TraceFlowSettings::getCode, traceFlowRecord.getFlowCode())); |
| | | /* |
| | | TraceFlowSettings traceFlowSettings = (TraceFlowSettings) this.flowSettingsService.getOne((Wrapper) Wrappers.lambdaQuery().eq((v0) -> { |
| | | return v0.getCode(); |
| | | }, traceFlowRecord.getFlowCode()));*/ |
| | | |
| | | if (traceFlowSettings != null) { |
| | | ProcessParameterSearchVO processParameterSearchVO = new ProcessParameterSearchVO(); |
| | | processParameterSearchVO.setMethodEnum(ProcessParamEnum.HOUR); |
| | |
| | | return null; |
| | | } |
| | | return null; |
| | | } |
| | | }*/ |
| | | |
| | | |
| | | public List<TraceCatalogFlowRecordExportVO> getExportData(TraceCatalogSearchVO traceCatalogSearchVO) { |