智慧农业后台管理
guoshilong
2022-09-13 1d829b91fcfa295ecc3e32dd7c105fe372789065
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);