xiaoyong931011
2021-06-25 3c7591be842397c26d6ea7dbd11a3b5bd1751dd1
gc-shop/src/main/resources/mapper/shop/ScoreGoodsCategoryMapper.xml
@@ -48,7 +48,7 @@
    <select id="viewGoodsCategoryList" resultType="com.xzx.gc.shop.vo.ViewGoodsCategoryListVo">
        SELECT
            a.*,,
            a.*,
            a.CREATED_TIME createTime,
               (select name from xzx_score_goods_category where a.parent_id = id) parentName
        FROM