mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-11-30 02:48:17 +08:00
fix 跨工作空间同步节点不同步绑定的 ssh
This commit is contained in:
parent
a29930cb3c
commit
6b5999f941
@ -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 {
|
||||
// 修改信息
|
||||
|
Loading…
Reference in New Issue
Block a user