fix
Helius
2021-12-09 e05d47b1f461f6a37b8c8c68171ac1904d3bae9b
src/main/resources/mapper/modules/MallGoodsMapper.xml
@@ -171,4 +171,11 @@
    <select id="getMallGoodsUpdateInfoById" resultType="cc.mrbird.febs.mall.vo.AdminMailGoodsUpdateVo">
        select * from mall_goods a where a.id = #{id}
    </select>
    <select id="getAllGoodsTree" resultType="cc.mrbird.febs.mall.vo.AdminMallGoodsTreeVo">
        select
               a.id  goodsId,
               a.goods_name  goodsName
        from mall_goods a
    </select>
</mapper>