xiaoyong931011
2021-09-27 3d73403e988ea76ffe5083b530a163e62ed39e1d
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>