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