xiaoyong931011
2023-08-16 8d711795fe21cc1729def36301a2fd1138327667
src/main/resources/mapper/dapp/DappAccountMoneyChangeDao.xml
@@ -27,6 +27,7 @@
        select a.*
        from dapp_account_money_change a
        where a.member_id = #{record.memberId}
        and a.type = 3
        order by a.create_time desc
    </select>