xiaoyong931011
2023-08-12 9d40168329084c84f953fa0a8dfd5545b593b0d0
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>