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">