xiaoyong931011
2023-08-17 4e286fb91d3bd9ee2a00e172d0b9bf59e6bc457e
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>