KKSU
2024-07-02 d4819e728d81b311621d41a92a69f5d26f1a9f70
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -3,7 +3,9 @@
<mapper namespace="cc.mrbird.febs.dapp.mapper.DappFundFlowDao">
    <select id="selectInPage" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity">
        select a.*, b.address address from dapp_fund_flow a
        select a.*,
               b.address address
        from dapp_fund_flow a
        inner join dapp_member b on a.member_id=b.id
        <where>
            <if test="record.currentUser != null">