xiaoyong931011
2022-10-31 112b6a2ca8a55f056cc259b6bd9ed554fcc263f7
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -33,6 +33,7 @@
        member_coin_withdraw a
        where a.member_id = #{memberId}
            and date_format(a.create_time, '%Y-%m-%d') = #{createTime}
            and a.type = #{type}
    </select>
</mapper>