KKSU
2024-04-16 1d5f689f34d827ac4be67fd84212a5cb7fc80d57
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -104,9 +104,8 @@
    <select id="findMoneyFlowVos" resultType="cc.mrbird.febs.dapp.vo.MoneyFlowVo">
        select
            concat(left(a.from_hash,5), '******', right(a.from_hash,5)) address,
        a.amount amount,
        a.content content,
        a.type type,
        a.create_time createTime
        from dapp_fund_flow a
        where