From 3d73403e988ea76ffe5083b530a163e62ed39e1d Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 27 Sep 2021 16:03:19 +0800 Subject: [PATCH] 20210927 --- src/main/resources/mapper/modules/MallGoodsMapper.xml | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/modules/MallGoodsMapper.xml b/src/main/resources/mapper/modules/MallGoodsMapper.xml index 1ecb522..334f799 100644 --- a/src/main/resources/mapper/modules/MallGoodsMapper.xml +++ b/src/main/resources/mapper/modules/MallGoodsMapper.xml @@ -152,4 +152,8 @@ from mall_goods_sku where goods_id=#{id} </select> + + <select id="selectMallGoodsByCategaryId" resultType="cc.mrbird.febs.mall.entity.MallGoods"> + select * from mall_goods a where a.category_id = #{categaryId} + </select> </mapper> \ No newline at end of file -- Gitblit v1.9.1