From 07c4ee64d5b61d73752c8abe28d7adcef68f9551 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Mon, 16 Jan 2023 18:19:58 +0800 Subject: [PATCH] 1 --- business/jxstore/cms/sku.go | 1 + 1 file changed, 1 insertion(+) diff --git a/business/jxstore/cms/sku.go b/business/jxstore/cms/sku.go index 39c524e5d..606dfb579 100644 --- a/business/jxstore/cms/sku.go +++ b/business/jxstore/cms/sku.go @@ -383,6 +383,7 @@ func ReorderCategories(ctx *jxcontext.Context, parentID int, categoryIDs []int, return err } + // 只排序,不创建分类 if onlySort == model.YES { return nil }