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