可信空间连接器入住接口
Showing
1 changed file
with
4 additions
and
4 deletions
| ... | @@ -537,10 +537,10 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl | ... | @@ -537,10 +537,10 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl |
| 537 | if(ObjectUtils.isNotEmpty(approvalInfoMap) && approvalInfoMap.containsKey(guid)) { | 537 | if(ObjectUtils.isNotEmpty(approvalInfoMap) && approvalInfoMap.containsKey(guid)) { |
| 538 | vo.setApproveVO(approvalInfoMap.get(guid)); | 538 | vo.setApproveVO(approvalInfoMap.get(guid)); |
| 539 | } | 539 | } |
| 540 | if(ObjectUtils.isNotEmpty(connectorIdentityMap) && connectorIdentityMap.containsKey(guid)) { | 540 | if(ObjectUtils.isNotEmpty(connectorIdentityMap) && connectorIdentityMap.containsKey(vo.getConnectorGuid())) { |
| 541 | vo.setConnectorName(connectorIdentityMap.get(guid).getConnectorName()); | 541 | vo.setConnectorName(connectorIdentityMap.get(vo.getConnectorGuid()).getConnectorName()); |
| 542 | vo.setLegalEntity(connectorIdentityMap.get(guid).getLegalEntity()); | 542 | vo.setLegalEntity(connectorIdentityMap.get(vo.getConnectorGuid()).getLegalEntity()); |
| 543 | vo.setConnectorName(connectorIdentityMap.get(guid).getConnectorName()); | 543 | vo.setConnectorName(connectorIdentityMap.get(vo.getConnectorGuid()).getConnectorName()); |
| 544 | } | 544 | } |
| 545 | results.add(vo); | 545 | results.add(vo); |
| 546 | } | 546 | } | ... | ... |
-
Please register or sign in to post a comment