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>