分类重排序修改

This commit is contained in:
苏尹岚
2020-03-16 18:08:16 +08:00
parent 6e9c986325
commit 48f90130b6

View File

@@ -268,7 +268,7 @@ func ReorderCategories(ctx *jxcontext.Context, parentID int, categoryIDs []int,
if !isExd {
for _, v := range cats {
if v.IsExdSpec == 1 {
catsLen--
catsLen-- //
}
}
}