src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -35,6 +35,8 @@ select a.amount amount, a.type type, a.from_hash fromAddress, a.to_hash toAddress, date_format(a.create_time, '%Y-%m-%d %H:%m:%s') createTime from dapp_fund_flow a <where> @@ -46,7 +48,7 @@ and a.status = #{record.status} </if> </where> order by a.create_time desc, a.id desc order by a.create_time desc </select> <select id="selectListForMemberAndDay" resultType="cc.mrbird.febs.dapp.entity.DappFundFlowEntity">