KKSU
2024-09-04 5ceebb66f0111c067276578d62943f3b1b07be68
src/main/java/cc/mrbird/febs/mall/service/impl/AdminMallGoodsCategoryService.java
@@ -78,6 +78,7 @@
            goodsCategory.setParentId(0L);
            goodsCategory.setIsRecommend(mallGoodsCategory.getIsRecommend());
        }
        goodsCategory.setIndexNum(mallGoodsCategory.getIndexNum());
        mallGoodsCategoryMapper.insert(goodsCategory);
        return new FebsResponse().success();
    }
@@ -128,6 +129,7 @@
            mallGoodsCategory.setIsRecommend(0);
        }else{
            mallGoodsCategory.setParentId(0L);
            mallGoodsCategory.setParentIds("");
            mallGoodsCategory.setIsRecommend(mallGoodsCategoryParam.getIsRecommend());
        }
        mallGoodsCategoryMapper.updateById(mallGoodsCategory);