xiaoyong931011
2023-03-16 c0cae0a68ec2d917a9fad1f093a16b6d1d16af3c
src/main/resources/mapper/modules/MallOrderInfoMapper.xml
@@ -56,11 +56,9 @@
        select a.*,
               b.name memberName,
               b.bind_phone memberBindPhone,
               b.phone memberPhone,
               c.name leaderName
               b.phone memberPhone
        from mall_order_info a
        left join mall_member b on a.member_id = b.id
        left join mall_team_leader c on a.take_unique_code = c.unique_code
        <where>
            <if test="record != null">
                <if test="record.payResult != null and record.payResult != ''">
@@ -414,6 +412,7 @@
        select
        a.*,
        b.goods_name,
        b.sku_name,
        b.cnt,
        b.price,
        b.amount