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>