KKSU
2024-07-08 ba10bcff40323c99c4f21c121190df09ce58ace9
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -46,6 +46,7 @@
        from
            member_coin_withdraw
        where date_format(create_time, '%Y-%m-%d') = date_format(#{date}, '%Y-%m-%d')
            and member_id = #{memberId}
    </select>
</mapper>