pms-parent/pms-global/src/main/java/com/dy/pmsGlobal/daoPr/PrProductionNodeMapper.java
@@ -23,6 +23,8 @@ PrProductionNode selectByPrimaryKey(Long id); PrProductionNode selectNodeBySort(@Param("processId") Long processId , @Param("sort") Integer sort); int updateByPrimaryKeySelective(PrProductionNode record); List<PrProductionNode> selectByProcess(@Param("processId") Long processId);