From fe80681e2e00c576556a47559c616a5709cff599 Mon Sep 17 00:00:00 2001 From: liyj <1617420630@qq.com> Date: Fri, 24 Oct 2025 12:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E6=94=B9=E4=B8=BA=E5=8F=AF?= =?UTF-8?q?=E4=BB=A5=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/controller/admin/ShopBaseProductCategoryController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/mall-shop/src/main/java/com/suisung/mall/shop/base/controller/admin/ShopBaseProductCategoryController.java b/mall-shop/src/main/java/com/suisung/mall/shop/base/controller/admin/ShopBaseProductCategoryController.java index 55280dba..9dac3ce7 100644 --- a/mall-shop/src/main/java/com/suisung/mall/shop/base/controller/admin/ShopBaseProductCategoryController.java +++ b/mall-shop/src/main/java/com/suisung/mall/shop/base/controller/admin/ShopBaseProductCategoryController.java @@ -117,6 +117,7 @@ public class ShopBaseProductCategoryController { oldShopBaseProductCategory.setCategory_order(shopBaseProductCategory.getCategory_order()); }else { oldShopBaseProductCategory.setCategory_order(shopBaseProductCategory.getCategory_order()); + oldShopBaseProductCategory.setType_id(shopBaseProductCategory.getType_id()); oldShopBaseProductCategory.setCategory_is_enable(shopBaseProductCategory.getCategory_is_enable()); oldShopBaseProductCategory.setCategory_image(shopBaseProductCategory.getCategory_image()); }