src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml
@@ -23,4 +23,11 @@ order by a.create_time desc </select> <select id="getChangeInPageInPage" resultType="cc.mrbird.febs.dapp.entity.DappAccountMoneyChangeEntity"> select a.* from dapp_account_money_change a where a.member_id = #{record.memberId} order by a.create_time desc </select> </mapper>