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