xiaoyong931011
2023-06-19 91ad7f2e1d7162d78e861644c5210fc025f76866
src/main/resources/mapper/dapp/DappUsdtPerkEntityMapper.xml
@@ -8,6 +8,12 @@
        where member_id = #{memberId}
    </select>
    <select id="selectAchieveAmountByMemberId" resultType="java.math.BigDecimal">
        select IFNULL(a.achieve_amount, 0)
        from dapp_usdt_perk a
        where a.member_id = #{memberId}
    </select>
</mapper>