KKSU
2024-03-28 4bbc057b5381aeec7213a7413c108bcc92062962
滑点
1 files modified
2 ■■■■■ changed files
src/main/resources/mapper/dapp/DappFundFlowDao.xml 2 ●●●●● patch | view | raw | blame | history
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -104,10 +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.type type,
--         a.content content,
        a.create_time createTime
        from dapp_fund_flow a
        where