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>