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