xiaoyong931011
2023-01-06 d8f20196fb659300b0a8eb3e7c5d7ab1ad7fcb7e
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>