fix
Helius
2022-04-25 590a0eefb3d2c79a664d5db40138a3b45e4918e1
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>