| | |
| | | * @return |
| | | */ |
| | | boolean updateLandById(Land land); |
| | | boolean updateLandAr(Land land); |
| | | |
| | | /** |
| | | * 地块列表 |
| | |
| | | * 土地总面积 |
| | | * @return |
| | | */ |
| | | List<Map<String, Object>> selectZAre(String deptId); |
| | | List<Map<String, Object>> selectSAre(String deptId); |
| | | List<Map<String, Object>> selectWAre(String deptId); |
| | | List selectNum(String deptId); |
| | | List<Map<String, Object>> selectZAre(LandVO land); |
| | | List<Map<String, Object>> selectSAre(LandVO land); |
| | | List<Map<String, Object>> selectWAre(LandVO land); |
| | | List selectNum(LandVO land); |
| | | |
| | | /** |
| | | * 地块列表(不分页) |
| | | * @param land |
| | | * @return |
| | | */ |
| | | List<LandVO> getLandList(LandVO land); |
| | | |
| | | /** |
| | | * 查询统计地块是否有轮廓(是否有圈出区域) |
| | | * @param land |
| | | * @return |
| | | */ |
| | | List<Integer> getLandIsAreaStatistic(LandVO land); |
| | | } |