| | |
| | | List<NcNodeVO> list = ncNodeService.lazyList(parentId); |
| | | if(list != null && !list.isEmpty()) { |
| | | for(NcNodeVO ncNodeVO : list) { |
| | | if(!"60".equals(ncNodeVO.getNodeType())){ |
| | | if(!NcNode.TYPE_PROGRAM_PACKAGE.equals(ncNodeVO.getNodeType())){ |
| | | break; |
| | | } |
| | | ncNodeVO.setFlowStatus(programFlowStatusQueryService.queryFlowStatus(ncNodeVO.getProcessInstanceId())); |
| | | |
| | | } |
| | | |
| | | } |
| | |
| | | NcNode node2 = ncNodeService.getById(id2); |
| | | if(node1.getFlowProgramFileId() != null) { |
| | | vo.setContent1(flowProgramFileService.getFileContent(node1.getFlowProgramFileId())); |
| | | |
| | | } |
| | | if(node2.getFlowProgramFileId() != null) { |
| | | vo.setContent2(flowProgramFileService.getFileContent(node2.getFlowProgramFileId())); |