是否显示功能问题修复

This commit is contained in:
liyj 2025-07-21 16:45:54 +08:00
parent 6fbe11061f
commit 04e8e68f91

View File

@ -117,6 +117,7 @@ public class ShopBaseProductCategoryController {
oldShopBaseProductCategory.setCategory_order(shopBaseProductCategory.getCategory_order()); oldShopBaseProductCategory.setCategory_order(shopBaseProductCategory.getCategory_order());
}else { }else {
oldShopBaseProductCategory.setCategory_order(shopBaseProductCategory.getCategory_order()); oldShopBaseProductCategory.setCategory_order(shopBaseProductCategory.getCategory_order());
oldShopBaseProductCategory.setCategory_is_enable(shopBaseProductCategory.getCategory_is_enable());
} }
return CommonResult.success(shopBaseProductCategoryService.editCategory(oldShopBaseProductCategory)); return CommonResult.success(shopBaseProductCategoryService.editCategory(oldShopBaseProductCategory));
} }