| | |
| | | return result; |
| | | } |
| | | |
| | | /** |
| | | * 安置详情 |
| | | * @param settlementDetailBO |
| | | * @return |
| | | */ |
| | | @Override |
| | | public SettlementDetailPageVO listDetailData(SettlementDetailBO settlementDetailBO) { |
| | | SettlementDetailPageVO pageVO = new SettlementDetailPageVO(); |
| | |
| | | return settlementSumVO; |
| | | } |
| | | |
| | | /** |
| | | * 项目实施明细 |
| | | * @param executionBO |
| | | * @return |
| | | */ |
| | | @Override |
| | | public PageInfo<StateExecutionDetailVO> listExecution(StateExecutionBO executionBO) { |
| | | PageUtils.startPage(); |
| | |
| | | return pageInfo; |
| | | } |
| | | |
| | | /** |
| | | * 安置详情-回显 |
| | | * @param executionB |
| | | * @return |
| | | */ |
| | | @Override |
| | | public List<StateExecutionDetailVO> exportExecution(StateExecutionBO executionB) { |
| | | if (StringUtils.isNoneBlank(executionB.getHouseStateId())) { |
| | |
| | | return result; |
| | | } |
| | | |
| | | /** |
| | | * 给项目展示使用 |
| | | * @param projectIdList |
| | | * @param projectStreet |
| | | * @return |
| | | */ |
| | | @Override |
| | | public Map<String, Map<Integer, ProjectExecutionSumVO>> listProjectExecutionByProjectId(List<String> projectIdList, String projectStreet) { |
| | | |
| | |
| | | * 2.compensationType不为null 需要判断是否有数据 |
| | | * |
| | | * @param projectId |
| | | * @param componsationType 前端传null 无办法 |
| | | * @param componsationType |
| | | * @return |
| | | */ |
| | | @Override |
| | |
| | | return stateSettlementList.stream().map(StateSettlement::getSettleName).distinct().collect(Collectors.toList()); |
| | | } |
| | | |
| | | /** |
| | | * 安置情况保存 |
| | | * @param stateSettlement |
| | | */ |
| | | @Override |
| | | @Transactional |
| | | public void saveOrUpdateSettlement(List<StateSettlement> stateSettlement) { |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * 新增安置情况 - 提交审核 |
| | | * @param settlementIds |
| | | */ |
| | | @Override |
| | | @Transactional |
| | | public void workflowSubmit(List<String> settlementIds) { |
| | |
| | | } |
| | | } |
| | | |
| | | /** |
| | | * 安置情况删除 |
| | | * @param id |
| | | */ |
| | | @Override |
| | | public void deleteSettlement(String id) { |
| | | stateSettlementMapper.deleteSettlement(id); |