xiaoyong931011
2021-06-25 c1765eeb4448754e52c66601e5ee20820868f6c5
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