898213bf34f8535b703a90bef799a9bf0adba95c..16cc7e08398593df62408a34b01402e73c09318e
2021-06-29 Helius
Merge branch 'score-shop' of http://120.27.238.55:7000/r/xzx into score-shop
16cc7e diff | tree
2021-06-29 Helius
modify
2d1f32 diff | tree
1 files modified
1 ■■■■ changed files
gc-shop/src/main/resources/mapper/shop/ScoreGoodsCategoryMapper.xml 1 ●●●● patch | view | raw | blame | history
gc-shop/src/main/resources/mapper/shop/ScoreGoodsCategoryMapper.xml
@@ -15,6 +15,7 @@
        select a.id id, a.name name, b.id c_id, b.name c_name
        from xzx_score_goods_category a
        left join xzx_score_goods_category b on a.id=b.parent_id
        where a.parent_id=0
    </select>
    <select id="queryGoodsCategoryList" resultType="com.xzx.gc.shop.vo.QueryGoodsCategoryListVo">