This commit is contained in:
邹宗楠
2023-01-16 18:19:58 +08:00
parent 5a6e4caa3d
commit 07c4ee64d5

View File

@@ -383,6 +383,7 @@ func ReorderCategories(ctx *jxcontext.Context, parentID int, categoryIDs []int,
return err
}
// 只排序,不创建分类
if onlySort == model.YES {
return nil
}