KKSU
2024-03-26 86d48f6d150f9a4018473fd27259785125b2e79a
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -4,7 +4,9 @@
    <select id="selectInPage" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity">
        select
        a.*,
        a.amount,
        a.content,
        a.create_time,
               b.address address
        from dapp_fund_flow a
        left join dapp_member b on a.member_id = b.id