KKSU
2024-06-04 0c5aa03415bfad1fa085e5db88a0a2a51f356c3e
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -159,9 +159,9 @@
        </collection>
    </resultMap>
    <select id="selectApiOrderListInPage" resultType="cc.mrbird.febs.mall.entity.MallOrderInfo">
    <select id="selectApiOrderListInPage" resultMap="OrderInfoMap">
        select
               a.*
               *
        from mall_order_info a
        inner join mall_order_item b on a.id=b.order_id
        <where>