src/main/java/cc/mrbird/febs/mall/service/impl/AdminMallGoodsCategoryService.java
@@ -44,7 +44,7 @@ MallGoodsCategory goodsCategory = new MallGoodsCategory(); goodsCategory.setName(name); goodsCategory.setIsComand(mallGoodsCategory.getIsComand()); goodsCategory.setIsRecommend(mallGoodsCategory.getIsRecommend()); if(ObjectUtil.isNotEmpty(mallGoodsCategory.getParentId())){ Long parentId = mallGoodsCategory.getParentId(); MallGoodsCategory mallGoodsCategoryParent = mallGoodsCategoryMapper.selectById(parentId);