类型改为可以更改

This commit is contained in:
liyj 2025-10-24 12:04:05 +08:00
parent 3ba8cd9d3e
commit fe80681e2e

View File

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