pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrProductionNodeMapper.java
@@ -27,4 +27,13 @@ List<PrProductionNode> selectByProcess(Long processId); void deleteByProcessId(Long id); int deleteByNodeId(List<Long> ids); /** * 节点是结束节点或之后的节点 * @param currNode * @return */ boolean isEndNode(Long currNode); }