| | |
| | | List<ContractChangePlanDto> tmpContractChangePlanDtos = contractChangePlanInnerServiceSMOImpl.queryContractChangePlans(contractChangePlanDto); |
| | | |
| | | for (ContractChangePlanDto tmpContractChangePlanDto : tmpContractChangePlanDtos) { |
| | | tmpContractChangePlanDto.setTaskId(taskBusinessKeyMap.get(tmpContractChangePlanDto.getContractId())); |
| | | tmpContractChangePlanDto.setTaskId(taskBusinessKeyMap.get(tmpContractChangePlanDto.getPlanId())); |
| | | } |
| | | return tmpContractChangePlanDtos; |
| | | } |
| | |
| | | List<ContractChangePlanDto> tmpContractChangePlanDtos = contractChangePlanInnerServiceSMOImpl.queryContractChangePlans(contractChangePlanDto); |
| | | |
| | | for (ContractChangePlanDto tmpContractChangePlanDto : tmpContractChangePlanDtos) { |
| | | tmpContractChangePlanDto.setTaskId(taskBusinessKeyMap.get(tmpContractChangePlanDto.getContractId())); |
| | | tmpContractChangePlanDto.setTaskId(taskBusinessKeyMap.get(tmpContractChangePlanDto.getPlanId())); |
| | | } |
| | | return tmpContractChangePlanDtos; |
| | | } |