src/main/java/org/springblade/modules/processInv/mapper/ProcessInvMapper.java
@@ -41,7 +41,7 @@ */ List<ProcessInvVO> selectProcessInvPage(IPage page, @Param("processInv") ProcessInvVO processInv); ProcessInv selectBySPId(@Param("strainId") Long strainId, @Param("productId") Long productId); ProcessInv selectBySPId(@Param("strainId") Long strainId, @Param("productId") Long productId,@Param("fpsId") Long fpsId); ProcessInv selectBySFId(@Param("strainId")Long strainId, @Param("fpsId")String fpsId);