是否显示功能问题修复

This commit is contained in:
liyj 2025-07-21 16:45:54 +08:00
parent c3f81c5997
commit 84e4bc63e6

View File

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