From 6f0926507613e4e6fd7c7c5f97d4ce102189eca7 Mon Sep 17 00:00:00 2001
From: Helius <wangdoubleone@gmail.com>
Date: Fri, 17 Sep 2021 10:27:55 +0800
Subject: [PATCH] fix

---
 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 a4e66bd..84161bb 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.name,b.name parentName
+        SELECT m.name,b.name parentName,m.is_comand isComand
                 FROM mall_goods_category m
                 left join mall_goods_category b on m.parent_id = b.id
         <where>

--
Gitblit v1.9.1