src/main/java/cc/mrbird/febs/mall/service/impl/AdminMallGoodsCategoryService.java
@@ -129,6 +129,7 @@ mallGoodsCategory.setIsRecommend(0); }else{ mallGoodsCategory.setParentId(0L); mallGoodsCategory.setParentIds(""); mallGoodsCategory.setIsRecommend(mallGoodsCategoryParam.getIsRecommend()); } mallGoodsCategoryMapper.updateById(mallGoodsCategory);