Helius
2021-06-25 1da9a96fd9f1031d81d5d829a2df18fd4ac5abd1
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