diff --git a/business/jxstore/cms/sync.go b/business/jxstore/cms/sync.go index 14a7128ea..1643e6d4f 100644 --- a/business/jxstore/cms/sync.go +++ b/business/jxstore/cms/sync.go @@ -206,7 +206,7 @@ func (v *VendorSync) SyncReorderCategories(ctx *jxcontext.Context, db *dao.DaoDB // if !globals.IsUseThingMap { // return v.oldSyncReorderCategories(ctx, db, categoryID, isAsync, userName) // } - return SyncReorderCategories(ctx, -1, isAsync) + return SyncReorderCategories(ctx, categoryID, isAsync) } // func (v *VendorSync) oldSyncReorderCategories(ctx *jxcontext.Context, db *dao.DaoDB, categoryID int, isAsync bool, userName string) (hint string, err error) {