是否显示功能问题修复
This commit is contained in:
parent
c3f81c5997
commit
84e4bc63e6
@ -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));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user