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