KKSU
2024-09-25 036e2f61470f70e6ccc9740fc1ea0d406ba610a8
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -161,7 +161,7 @@
    <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>