| @@ -131,6 +131,7 @@ public class TResourceLandController extends BaseController | |||||
| TResourceOperation operation = tResourceOperationService.selectTResourceOperationByDkbm(dkbm); | TResourceOperation operation = tResourceOperationService.selectTResourceOperationByDkbm(dkbm); | ||||
| resource.setId(operation.getId()); | |||||
| resource.setJymj(operation.getJymj()); | resource.setJymj(operation.getJymj()); | ||||
| resource.setJyfs(operation.getJyfs()); | resource.setJyfs(operation.getJyfs()); | ||||
| resource.setJydxmc(operation.getJydxmc()); | resource.setJydxmc(operation.getJydxmc()); | ||||
| @@ -131,6 +131,7 @@ public class TResourceOperationController extends BaseController | |||||
| TResourceOperation operation = tResourceOperationService.selectTResourceOperationByDkbm(dkbm); | TResourceOperation operation = tResourceOperationService.selectTResourceOperationByDkbm(dkbm); | ||||
| resource.setId(operation.getId()); | |||||
| resource.setJymj(operation.getJymj()); | resource.setJymj(operation.getJymj()); | ||||
| resource.setJyfs(operation.getJyfs()); | resource.setJyfs(operation.getJyfs()); | ||||
| resource.setJydxmc(operation.getJydxmc()); | resource.setJydxmc(operation.getJydxmc()); | ||||
| @@ -16,6 +16,8 @@ public class TResourceVo { | |||||
| private static final long serialVersionUID = 1L; | private static final long serialVersionUID = 1L; | ||||
| /** fid */ | |||||
| private Long fid; | |||||
| /** 区域位置名称 */ | /** 区域位置名称 */ | ||||
| @Excel(name = "区域位置名称") | @Excel(name = "区域位置名称") | ||||
| @@ -96,6 +98,8 @@ public class TResourceVo { | |||||
| // ------------------------------ | // ------------------------------ | ||||
| /** id */ | |||||
| private Long id; | |||||
| /** 经营面积(亩) */ | /** 经营面积(亩) */ | ||||
| @Excel(name = "经营面积(亩)") | @Excel(name = "经营面积(亩)") | ||||