aa47488b by xu

可信空间连接器入住接口

1 parent f0090e2b
......@@ -541,6 +541,7 @@ public class TdsConnectorIdentityManagementServiceImpl extends FlowAbstractImpl
if(ObjectUtils.isNotEmpty(connectorIdentityMap) && connectorIdentityMap.containsKey(guid)) {
vo.setConnectorName(connectorIdentityMap.get(guid).getConnectorName());
vo.setLegalEntity(connectorIdentityMap.get(guid).getLegalEntity());
vo.setConnectorName(connectorIdentityMap.get(guid).getConnectorName());
}
results.add(vo);
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!