aa47488b by xu

可信空间连接器入住接口

1 parent f0090e2b
...@@ -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 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!