|
@@ -216,6 +216,14 @@ public class DataListener {
|
|
SpringUtils.getBean(ICenterdataTFarmGreenhouseFilmInfoService.class).save(centerdataTEnvironmentSewageOutlet);
|
|
SpringUtils.getBean(ICenterdataTFarmGreenhouseFilmInfoService.class).save(centerdataTEnvironmentSewageOutlet);
|
|
}
|
|
}
|
|
break;
|
|
break;
|
|
|
|
+ case DocumentNameConstants.FARM_COLLECTIVE_FARMLAND:// 农村集体耕地
|
|
|
|
+ if (dataBO.getType().equals(BusinessType.DELETE)) {
|
|
|
|
+ SpringUtils.getBean(ICenterdataTFarmCollectiveFarmlandService.class).deleteAllById(result);
|
|
|
|
+ } else {
|
|
|
|
+ FarmCollectiveFarmland farmCollectiveFarmland = JSON.parseObject(dataBO.getModelStr(), FarmCollectiveFarmland.class);
|
|
|
|
+ SpringUtils.getBean(ICenterdataTFarmCollectiveFarmlandService.class).save(farmCollectiveFarmland);
|
|
|
|
+ }
|
|
|
|
+ break;
|
|
// 数字水利
|
|
// 数字水利
|
|
case DocumentNameConstants.HYDRAULIC_BATTLEFIELD:// 沙场资源
|
|
case DocumentNameConstants.HYDRAULIC_BATTLEFIELD:// 沙场资源
|
|
if (BusinessType.DELETE.equals(dataBO.getType())) {
|
|
if (BusinessType.DELETE.equals(dataBO.getType())) {
|