类型改为可以更改
This commit is contained in:
parent
ea7af33acb
commit
e847381bde
@ -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());
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user