xiaoyong931011
2023-08-17 bba3a4184df2d622ecdbd0ec7c3d4ffc475a6ff2
src/main/resources/mapper/dapp/MallGoodsMapper.xml
@@ -87,4 +87,9 @@
        select * from mall_goods a where a.category_id = #{categaryId}
    </select>
    <select id="getMallOrderInfoById" resultType="cc.mrbird.febs.dapp.vo.AdminMallOrderVo">
        select b.* from mall_address_info b
        where b.id = (select a.address_id from mall_order_info a where a.id = #{id})
    </select>
</mapper>