当证书被API节点或者用户节点使用时不允许删除/规范命名

This commit is contained in:
刘祥超
2021-11-05 17:56:17 +08:00
parent 3d8e43a42b
commit 521bd746e3
10 changed files with 37 additions and 17 deletions

View File

@@ -137,7 +137,7 @@ func (this *CreatePopupAction) RunPost(params struct {
}
// 创建日志
defer this.CreateLog(oplogs.LevelInfo, "创建用户节点 %d", createResp.NodeId)
defer this.CreateLog(oplogs.LevelInfo, "创建用户节点 %d", createResp.UserNodeId)
this.Success()
}