xiaoyong931011
2022-11-03 70752056743e87d8cea6e51ddf3d6599d39ed9f5
src/main/resources/mapper/dapp/MemberCoinWithdrawMapper.xml
@@ -33,7 +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}
            and a.is_inside = #{type}
    </select>
</mapper>