From feadb77af6143fdf3bfc312bba7279f5695bb9ba Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Wed, 11 Aug 2021 10:59:35 +0800 Subject: [PATCH] 20210811 --- gc-shop/src/main/resources/mapper/shop/ScoreGoodsCategoryMapper.xml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/gc-shop/src/main/resources/mapper/shop/ScoreGoodsCategoryMapper.xml b/gc-shop/src/main/resources/mapper/shop/ScoreGoodsCategoryMapper.xml index 9ee661b..13fd2f0 100644 --- a/gc-shop/src/main/resources/mapper/shop/ScoreGoodsCategoryMapper.xml +++ b/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"> -- Gitblit v1.9.1