KKSU
2024-03-26 acc340262682533894ac949b2b3fca3ce5a83e90
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