类型改为可以更改

This commit is contained in:
liyj 2025-10-24 12:04:05 +08:00
parent ea7af33acb
commit e847381bde

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.setType_id(shopBaseProductCategory.getType_id());
oldShopBaseProductCategory.setCategory_is_enable(shopBaseProductCategory.getCategory_is_enable()); oldShopBaseProductCategory.setCategory_is_enable(shopBaseProductCategory.getCategory_is_enable());
oldShopBaseProductCategory.setCategory_image(shopBaseProductCategory.getCategory_image()); oldShopBaseProductCategory.setCategory_image(shopBaseProductCategory.getCategory_image());
} }