分类重排序修改

This commit is contained in:
苏尹岚
2020-03-16 18:10:32 +08:00
parent 48f90130b6
commit 3426ba5969

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--
}
}
}