fix 跨工作空间同步节点不同步绑定的 ssh

This commit is contained in:
bwcx_jzy 2022-05-13 19:09:47 +08:00
parent a29930cb3c
commit 6b5999f941
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5

View File

@ -268,6 +268,8 @@ public class NodeService extends BaseGroupService<NodeModel> {
data.setCreateTimeMillis(null);
data.setModifyTimeMillis(null);
data.setModifyUser(null);
// ssh 不同步
data.setSshId(null);
NodeService.super.insert(data);
} else {
// 修改信息