Showing
1 changed file
with
1 additions
and
0 deletions
... | ... | @@ -63,6 +63,7 @@ public class TkDbConnectServiceImpl extends AbstractBaseService<TkDbConnectMappe |
63 | 63 | entity = tkDbConnectDTO.getEntity(TkDbConnectEntity.class); |
64 | 64 | baseMapper.update(entity, filter); |
65 | 65 | } |
66 | + | |
66 | 67 | String connectId = entity.getId(); |
67 | 68 | TkDbConnectSshDTO ssh = tkDbConnectDTO.getSsh(); |
68 | 69 | if (ssh == null) { | ... | ... |