From a627e9c243bd0de94d65fc178895491cf3a05c1a Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sun, 26 Sep 2021 20:36:35 +0800 Subject: [PATCH] conflex --- src/main/resources/mapper/modules/MallGoodsCategoryMapper.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/resources/mapper/modules/MallGoodsCategoryMapper.xml b/src/main/resources/mapper/modules/MallGoodsCategoryMapper.xml index c4045b6..ff946f0 100644 --- a/src/main/resources/mapper/modules/MallGoodsCategoryMapper.xml +++ b/src/main/resources/mapper/modules/MallGoodsCategoryMapper.xml @@ -3,7 +3,7 @@ <mapper namespace="cc.mrbird.febs.mall.mapper.MallGoodsCategoryMapper"> <select id="selectCategoryListInPage" resultType="cc.mrbird.febs.mall.entity.MallGoodsCategory"> - SELECT m.id,m.name,b.name parentName,m.is_recommend isComand + SELECT m.id,m.name,b.name parentName,m.is_recommend isComand,m.image FROM mall_goods_category m left join mall_goods_category b on m.parent_id = b.id <where> -- Gitblit v1.9.1