xiaoyong931011
2022-09-22 059a96cc2d59d68b6eaec7403c2e9da1bf7b6ab2
src/main/resources/mapper/modules/MallOrderItemMapper.xml
@@ -19,5 +19,10 @@
        where order_id = #{orderId}
    </update>
    <select id="selectListByOrderId" resultType="cc.mrbird.febs.mall.entity.MallOrderItem">
        select a.* from mall_order_item a
        where a.order_id=#{orderId}
    </select>
</mapper>