xiaoyong931011
2023-08-12 5c4d462bbdce5aa68d4b6dc928a62256efe20d2a
src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml
@@ -13,6 +13,14 @@
                and a.type=#{record.type}
            </if>
        </where>
        order by a.create_time desc
    </select>
    <select id="selectMemberMoneyFlowInPage" resultType="cc.mrbird.febs.dapp.vo.MemberMoneyFlowVo">
        select a.*
        from dapp_account_money_change a
        where a.member_id = #{record.id}
        order by a.create_time desc
    </select>
</mapper>