Helius
2022-07-28 cce317594d5d124f6243144f27312ea4f6356f12
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -48,6 +48,7 @@
        <if test="status != null">
            and a.status=#{status}
        </if>
        order by a.id desc
    </select>
    <select id="selectAmountTotalByType" resultType="java.util.HashMap">