KKSU
2024-07-06 12e933d42d1a3ba5d2a69f7dc923da2d312457a0
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -38,4 +38,15 @@
            and a.is_inside = #{type}
    </select>
    <select id="selectListByDate" resultType="cc.mrbird.febs.dapp.entity.MemberCoinWithdrawEntity">
        select
            *
        from
            member_coin_withdraw
        where date_format(create_time, '%Y-%m-%d') = date_format(#{date}, '%Y-%m-%d')
            and member_id = #{memberId}
    </select>
</mapper>