|
|
@ -96,7 +96,8 @@ public class LandToListController { |
|
|
|
LandToList landToList = new LandToList(); |
|
|
|
LandToList landToList = new LandToList(); |
|
|
|
BeanUtil.copyProperties(landToListVo, landToList); |
|
|
|
BeanUtil.copyProperties(landToListVo, landToList); |
|
|
|
landToList.setStatusCd(Constant.LAND_TO_STATUS_1000); |
|
|
|
landToList.setStatusCd(Constant.LAND_TO_STATUS_1000); |
|
|
|
return R.ok(landToListService.saveOrUpdate(landToList)); |
|
|
|
landToListService.saveOrUpdate(landToList); |
|
|
|
|
|
|
|
return R.ok(landToList.getProposedseriaId()); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|