Helius
2022-05-07 8d41b14c0c71f3d68a5c35ded5081e96bb148056
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>