KKSU
2024-06-25 35aff23ea2f78543dac8f0a6f6265c6bff721293
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -38,4 +38,14 @@
            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')
    </select>
</mapper>