...
|
...
|
@@ -140,7 +140,7 @@ func RoleEdit(param protocol.RequestRoleEdit) (*protocol.ResponseRoleInfo, error |
|
|
var oldParent *models.Role
|
|
|
oldParent, err = models.GetRoleById(param.Pid)
|
|
|
if err != nil {
|
|
|
log.Error("获取父级数据失败;%s", err)
|
|
|
log.Error("获取旧父级数据失败;%s", err)
|
|
|
return nil, protocol.NewErrWithMessage("1")
|
|
|
}
|
|
|
if yes := oldParent.IsDefaultRole(); yes {
|
...
|
...
|
|