智慧农业后台管理
·
guoshilong
2022-09-23 bf1a1999cc8e1608e43bd07bec9ddd59544e0ccf
src/main/java/org/springblade/modules/lang/mapper/LandMapper.java
@@ -94,5 +94,11 @@
    * @param strainId 品种id
    * @return
    */
   List<Land> selectByStrainId(@Param("strainId") String strainId,@Param("farmId") String farmId);
   List<LandVO> selectByStrainId(@Param("strainId") String strainId,@Param("farmId") String farmId);
   List<Land> getByStrainIdFarmId(@Param("land")LandVO land);
   List<LandVO> findPlantInLand(String ids);
   List<LandVO> selectRecoveryLandList(@Param("farmId") String farmId);
}