fix
Helius
2022-05-05 a21d23163eeb528309fd55b7c03593cbd3b8dd64
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>