xiaoyong931011
2023-07-03 0003d3f530a88399de016e62c31bcccf7d5d4592
src/main/resources/mapper/dapp/DappFundFlowDao.xml
@@ -162,4 +162,9 @@
        and type != 1
        and type != 6
    </select>
    <select id="selectSumAmountByType" resultType="java.math.BigDecimal">
        select ifnull(sum(amount), 0) from dapp_fund_flow
        where  type = #{type}
    </select>
</mapper>