分类重排序修改
This commit is contained in:
@@ -268,7 +268,7 @@ func ReorderCategories(ctx *jxcontext.Context, parentID int, categoryIDs []int,
|
|||||||
if !isExd {
|
if !isExd {
|
||||||
for _, v := range cats {
|
for _, v := range cats {
|
||||||
if v.IsExdSpec == 1 {
|
if v.IsExdSpec == 1 {
|
||||||
catsLen-- //
|
catsLen--
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user