xiaoyong931011
2023-06-07 b0b7c03c5e6dd95b935cab41a757699e0e57b333
src/main/resources/mapper/dapp/DappChargeUsdtMapper.xml
@@ -8,4 +8,10 @@
        where member_id = #{memberId}
    </select>
    <select id="selectBySumAmountMemberId" resultType="java.math.BigDecimal">
        select ifnull(sum(amount),0)
        from dapp_charge_usdt
        where member_id = #{memberId}
    </select>
</mapper>