fix
Hentua
2023-06-15 8bf923b44bbe9b45b73ddcc25df75c9c59f54e07
src/main/resources/mapper/modules/MallOrderRefundMapper.xml
@@ -12,8 +12,7 @@
               b.phone buyPhone,
               b.bind_phone buyBindPhone,
               c.order_no,
               c.amount,
               CONCAT(a.phone,a.bind_phone,a.address) addressDetail
               CONCAT(a.phone,a.name,a.address) addressDetail
        from mall_order_refund a
        left join mall_member b on b.id = a.member_id