From 6f40c0fdd694937203c11a5d898b0dbf775a0e68 Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 27 Sep 2021 11:49:09 +0800 Subject: [PATCH] 20210926 --- 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