| | |
| | | * @return |
| | | */ |
| | | List<LandVO> getLandList(@Param("land") LandVO land); |
| | | |
| | | /** |
| | | * 查询统计地块是否有轮廓(是否有圈出区域) |
| | | * @param land 地块参数 |
| | | * @return |
| | | */ |
| | | List<Integer> getLandIsAreaStatistic(@Param("land") LandVO land); |
| | | |
| | | /** |
| | | * 根据品种查询对应地块 |
| | | * @param strainId 品种id |
| | | * @return |
| | | */ |
| | | 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); |
| | | } |