Helius
2021-09-27 0a54c5df5c1a1f77570a07ff008ed90ff9d17da4
src/main/resources/mapper/modules/MallGoodsCategoryMapper.xml
@@ -3,7 +3,7 @@
<mapper namespace="cc.mrbird.febs.mall.mapper.MallGoodsCategoryMapper">
    <select id="selectCategoryListInPage" resultType="cc.mrbird.febs.mall.entity.MallGoodsCategory">
        SELECT m.id,m.name,b.name parentName,m.is_recommend isComand
        SELECT m.id,m.name,b.name parentName,m.is_recommend isComand,m.image
                FROM mall_goods_category m
                left join mall_goods_category b on m.parent_id = b.id
        <where>