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()); }