xiaoyong931011
2021-09-28 2eff39a10917e141d2a61ff9f0763c10858cd0b5
src/main/resources/mapper/modules/MallMoneyFlowMapper.xml
@@ -35,6 +35,7 @@
        select
        a.*,
        b.name,
        b.bind_phone bindPhone,
        c.pay_method payMethod,
        b.phone
        from mall_money_flow a
@@ -60,6 +61,7 @@
        select
        a.*,
        b.name,
        b.bind_phone bindPhone,
        b.phone
        from mall_money_flow a
        inner join mall_member b on a.member_id=b.id