正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -233,7 +233,7 @@ func departmentRelationUpdate(departUpdate *models.Department, newparent *models | @@ -233,7 +233,7 @@ func departmentRelationUpdate(departUpdate *models.Department, newparent *models | ||
233 | //确认层级深度 | 233 | //确认层级深度 |
234 | s := strings.TrimPrefix(departSubset[i].Relation, oldRelation) | 234 | s := strings.TrimPrefix(departSubset[i].Relation, oldRelation) |
235 | n := strings.Split(s, "/") | 235 | n := strings.Split(s, "/") |
236 | - if len(n) >= 0 { | 236 | + if len(n) >= 10 { |
237 | o.Rollback() | 237 | o.Rollback() |
238 | return protocol.NewErrWithMessage("10046") | 238 | return protocol.NewErrWithMessage("10046") |
239 | } | 239 | } |
-
请 注册 或 登录 后发表评论