xiaoyong931011
2023-03-20 80f2a7efabd50def15217c93fec6fb1d8ed1aec2
src/main/resources/mapper/modules/MallOrderItemMapper.xml
@@ -8,4 +8,9 @@
        where a.goods_id=#{goodsId} and b.member_id=#{memberId}
    </select>
    <select id="selectbyOrderId" resultType="cc.mrbird.febs.mall.entity.MallOrderItem">
        select a.* from mall_order_item a
        where a.order_id=#{orderId}
    </select>
</mapper>