src/main/java/cc/mrbird/febs/mall/service/impl/AdminMallGoodsCategoryService.java
@@ -109,6 +109,7 @@ MallGoodsCategory mallGoodsCategory = mallGoodsCategoryMapper.selectById(id); mallGoodsCategory.setName(mallGoodsCategoryParam.getName()); mallGoodsCategory.setImage(mallGoodsCategoryParam.getImage()); mallGoodsCategory.setIndexNum(mallGoodsCategoryParam.getIndexNum()); if(ObjectUtil.isNotEmpty(mallGoodsCategoryParam.getParentId())){ Long parentId = mallGoodsCategoryParam.getParentId(); MallGoodsCategory mallGoodsCategoryParent = mallGoodsCategoryMapper.selectById(parentId);