|
|
@@ -126,8 +126,9 @@ public class TResourceLandController extends BaseController |
|
|
|
TResourceVo resource = new TResourceVo(); |
|
|
|
|
|
|
|
TResourceLand land = tResourceLandService.selectTResourceLandByDkbm(dkbm); |
|
|
|
|
|
|
|
BeanUtils.copyProperties(land, resource); |
|
|
|
if(StringUtils.isNotNull(land)){ |
|
|
|
BeanUtils.copyProperties(land, resource); |
|
|
|
} |
|
|
|
|
|
|
|
TResourceOperation operation = tResourceOperationService.selectTResourceOperationByDkbm(dkbm); |
|
|
|
if(StringUtils.isNotNull(operation)){ |
|
|
|