fix
Helius
2021-09-22 77d774909ce52c9a3ccccc7b23484ef1a5c47e81
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -113,4 +113,8 @@
    <select id="selectMallGoodsCountByGoodsNo" resultType="java.lang.Integer">
        select count(id) from mall_goods a where a.goods_no = #{goodsNo}
    </select>
    <select id="selectMallGoodsInfoById" resultType="cc.mrbird.febs.mall.vo.AdminMailGoodsDetailVo">
        select * from mall_goods a where a.id = #{id}
    </select>
</mapper>