KKSU
2024-09-02 ef3c337abda05e63cc1856f81c04cc317de4724f
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>