| | |
| | | */ |
| | | 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); |
| | | |
| | |
| | | ProcessInv findById(@Param("prodId") String prodId); |
| | | |
| | | Double statisticsStock(@Param("year") String year, @Param("farmId") String farmId); |
| | | |
| | | ProcessInv selectByFarmIdProductId(@Param("productId") Long productId,@Param("farmId") String farmId); |
| | | |
| | | ProcessInv selectByProcessIdLandId(@Param("processId") String processId, @Param("landId") String landId); |
| | | |
| | | boolean stockAdd(@Param("saleNum") Double saleNum, @Param("proid") String proid); |
| | | } |